You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DEVELOPMENT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ After calling this, it will build app bundle with minified code (in ```/src/dist
30
30
31
31
Then you have to host built files on some simple http server like [http-server](https://www.npmjs.com/package/http-server).
32
32
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```.
0 commit comments