You have the following CLI commands available:
-
npm run devRuns the project withwebpack-dev-serverand serves it on http://localhost:3333 -
npm run test: Runs unit tests via Karma, in Chrome by default -
npm run lint: Runs ESLint against your source and config files -
npm run buildRuns Webpack build -
npm run serveServes thebuild/folder contents