Skip to content

Commit 7848c4d

Browse files
committed
swap production and dev depencies
1 parent 5cb78ce commit 7848c4d

File tree

3 files changed

+10683
-9534
lines changed

3 files changed

+10683
-9534
lines changed

docs/DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ After calling this, it will build app bundle with minified code (in ```/src/dist
3030

3131
Then you have to host built files on some simple http server like [http-server](https://www.npmjs.com/package/http-server).
3232

33-
You can also setup your own proxy server. All you have to do is to run ```npm run proxy``` on server and change some configs in ```/src/assets/config.json```.
33+
You can also setup your own proxy server. First of all install only production depencies by running ```npm install --only=production```. Then, all you have to do is to run ```npm run proxy``` on server and change some configs in ```/src/assets/config.json```.
3434

3535
## Download production files
3636

0 commit comments

Comments
 (0)