Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 219 Bytes

File metadata and controls

22 lines (17 loc) · 219 Bytes

Development

npm install
npm start
Open http://localhost:5001

Updating

git pull
npm install

Deploy

npm run build, then deploy /dist folder

Lint

npm run lint

Tests

npm test