Based on:
- node
^6.9.4
- npm
^3.10.10
npm install
npm start
Task | Description |
---|---|
prebuild |
Clear dist directory |
build |
Build app with webpack and local app config. |
build:production |
Build app with webpack and production app config. |
postbuild |
Copy assets into dist directory. |
start |
Start webpack-dev-server with webpack-dashboard and local app config. |
start:production |
Start with production app config. |
webpack-dashboard |
Runs webpack-dashboard. |
webpack-dev-server |
Runs webpack-dev-server |
test |
Runs karma unit tests. |
e2e |
Runs protractor end to end tests. |
jshint |
Lint app/server/test files |
precommit |
Lint before commit. |
commit |
Commit with commitizen |