- Clone the repo
- install the dependencies
$ npm install
- dev mode
$ npm run dev
- if getting and error, run
$ npm run build
, then$ npm run dev
- if getting and error, run
- build
$ npm run build
- test
$ npm run test
- specific test coverage
$ npm run test:coverage:only src=pathToFolder