Skip to content

Commit 4c2e21d

Browse files
committed
Readme update
1 parent ee934ba commit 4c2e21d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
Basic dev stack with hot reload, style loader and tests
33

44
## Installing
5-
Run "npm install" in the root.
5+
Run `npm install` in the root.
66

77
## Developing
8-
Run "npm start"
9-
Go to "localhost:3000"
8+
Run `npm start`
9+
10+
Go to `localhost:3000`
1011

1112
## Testing
12-
Run "npm run test" for single run tests
13-
Run "npm run debug-test" for continuous watch of tests
13+
Run `npm run test` for single run tests
14+
15+
Run `npm run debug-test` for continuous watch of tests
1416

1517
## Release
16-
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

Comments
 (0)