From b9c4858460248f73d1b8afc6f215a083cda9c47c Mon Sep 17 00:00:00 2001 From: hak8or Date: Sat, 31 Mar 2018 00:59:53 -0400 Subject: [PATCH] Updated readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0b02e8f..742373e 100644 --- a/readme.md +++ b/readme.md @@ -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.