Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 239 Bytes

File metadata and controls

14 lines (10 loc) · 239 Bytes

Terminal

Live Demo

# install dependencies (only for first time)
npm install

# run the local server at localhost:8080
npm run dev

# build for production in the dist/ directory
npm run build