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 ee934ba commit 4c2e21dCopy full SHA for 4c2e21d
README.md
@@ -2,15 +2,17 @@
2
Basic dev stack with hot reload, style loader and tests
3
4
## Installing
5
-Run "npm install" in the root.
+Run `npm install` in the root.
6
7
## Developing
8
-Run "npm start"
9
-Go to "localhost:3000"
+Run `npm start`
+
10
+Go to `localhost:3000`
11
12
## Testing
-Run "npm run test" for single run tests
13
-Run "npm run debug-test" for continuous watch of tests
+Run `npm run test` for single run tests
14
15
+Run `npm run debug-test` for continuous watch of tests
16
17
## Release
-Run "npm run release", output will be in "bundle.js" and "bundle.css".
18
+Run `npm run release`, output will be in "bundle.js" and "bundle.css".
0 commit comments