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 18de0e1 commit e35cf8bCopy full SHA for e35cf8b
README.md
@@ -34,9 +34,9 @@ $ npm install
34
All scripts are run with `npm run [script]`, for example: `npm run test`.
35
36
* `build` - generate a minified build to dist folder
37
-* `dev` - start development server, try it by opening `http://localhost:8080/`
+* `start` - start development server, try it by opening `http://localhost:8080/`
38
* `test` - run all tests
39
-* `test:live` - continuously run unit tests watching for changes
+* `test-live` - continuously run unit tests watching for changes
40
41
See what each script does by looking at the `scripts` section in [package.json](./package.json).
42
0 commit comments