You have the following CLI commands available:
-
npm run dev
Runs the project withwebpack-dev-server
and 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 build
Runs Webpack build -
npm run serve
Serves thebuild/
folder contents