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
.js
files$ npm run lint
-
Lint
.js
files and fix errors/warnings automatically$ npm run lint:fix
-
Run tests
$ npm test
-
Generate production build in a
/dist
folder$ npm run build
-
Delete
/dist
folder$ npm run clean
-
Generate production build and deploy on
gh-pages
branch$ npm run deploy
MIT