Beef Design System
Live demo is available at Beef Template
Project setup
git clone https://github.com/jared201/beef.git
cd ~/beef
npm install
Compiles and hot-reloads for development
npm run serve
To run app with backend services
node server.js
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Customize configuration
See Configuration Reference.