- Make sure you have recent, stable version of nodejs in your system. Please check version before run
$ node -v
-
Clone or download this repository.
-
Run this following command in your terminal from the project folder
$ npm install
$ npm run lint
$ npm run lint-fix
$ node test
$ node report-coverage
$ node run build
$ node start