The official HannoverJS Website
Using:
Clone/fork this repository, cd into it and install the npm dependencies first:
$ npm install
-
Start development server on
localhost:3000$ npm start -
Lint
.jsfiles$ npm run lint -
Lint
.jsfiles and fix errors/warnings automatically$ npm run lint:fix -
Run tests
$ npm test -
Generate production build in a
/distfolder$ npm run build -
Delete
/distfolder$ npm run clean -
Generate production build and deploy on
gh-pagesbranch$ npm run deploy
MIT