npm run watch
build app, starts watchers, runs karma in watch mode, serve usnig browser-sync (best for development)npm test
single run tests and generates html coverage reportnpm start
serve target dir with expressnpm install
installs all dependencies and build project
- ENV - gets from NODE_ENV, supported values: (development|production). With production or not development env all sources will be optimized (minifyed)
- PORT - gets for SERVER_PORT, port for serving target (for both express and browser-sync)