Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 758 Bytes

README.md

File metadata and controls

21 lines (20 loc) · 758 Bytes

Dista

Build Status CircleCI Test Coverage Maintainability

Project setup

npm install

Compile and minify for production

cd client && npm run build

If you want to try dev mode

cd client && npm install

Then compile and hot-reload for development

npm run serve

Browse over to localhost:2120

Voila!