We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f10ae commit 54890aeCopy full SHA for 54890ae
README.md
@@ -17,8 +17,15 @@ and persistence (separate node.js backend application - check out the gihub repo
17
* **webpack build** - with react hot loader
18
19
#### How to run the project
20
-1. `npm i`
21
-2. `npm start`
+1. `npm i` - install npm dependencies
+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
29
30
## Preview
31
0 commit comments