Updated readme.md

This commit is contained in:
hak8or 2018-03-31 00:59:53 -04:00
父節點 0a53136f1a
當前提交 b9c4858460
共有 1 個文件被更改,包括 2 次插入1 次删除

查看文件

@ -15,4 +15,5 @@ This project makes use of the following:
1. Clone the repository
2. Run ```npm update``` to download all the project dependencies.
3. Run ```npm serve``` which will automatically start a server and recompile the typescript based backend when there are file changes
3. Run ```npm start``` which will automatically start a server and recompile the typescript based backend when there are file changes. Also, ```/api``` is proxied back to the production server, though this can be edited in ```webpack.config.js```.
4. Run ```npm run-script build``` which generates the frontend files for production.