v1.0.0
- nodejs: https://nodejs.org/
- vuejs: https://vuejs.org/
- vuetify: https://vuetifyjs.com/en/
- Install typescript globally
npm install -g typescript
- Install npm dependencies by running
npm install
- Update the following configurations on
{root}/.env
- run
npm start
it will listen to http://localhost:8384
- start all test by running
npm run test
- start typescript linter
npm run lint