Skip to content

Commit 54890ae

Browse files
committed
feat(docs): enhanced build documentation
1 parent d5f10ae commit 54890ae

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,15 @@ and persistence (separate node.js backend application - check out the gihub repo
1717
* **webpack build** - with react hot loader
1818

1919
#### How to run the project
20-
1. `npm i`
21-
2. `npm start`
20+
1. `npm i` - install npm dependencies
21+
2. `npm start` - run webpack build in `DEV` mode, open `http://localhost:8081` in browser
22+
23+
#### Other build targets
24+
25+
- `npm run build` - run build and store artifacts in `build` folder
26+
- `npm run dist` - run production build and stores artifacts in `dist` folder
27+
- `npm run ci` - build for Travis CI
28+
- `npm run test` - run lint & test
2229

2330
## Preview
2431

0 commit comments

Comments
 (0)