We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9fe020 commit b58fa66Copy full SHA for b58fa66
README.md
@@ -14,10 +14,13 @@
14
15
All scripts are run with `npm run [script]`, for example: `npm run test`.
16
17
-* `test` - run all tests
18
* `start` - start development server, try it by opening `http://localhost:8081/webpack-dev-server/index.html`
+
19
* `build` - create dev build, check `build` directory
20
* `dist` - create production build, check `dist` directory
21
22
+* `server_build` - serve content from `build` directory
23
+* `server_dist` - serve content from `dist` directory
24
-
25
+* `test` - run all unit tests (with Mocha)
26
+* `karma` - run all integration tests (with Karma / Jasmine)
0 commit comments