Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 726 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 726 Bytes

Beef Design System

Live demo is available at Beef Template Screenshot 2022-12-19 at 2 42 32 PM

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.