The path didnt lead to the folder containing main.js so have changed it.

Rnjai Lamba 2016-04-23 07:01:28 +05:30
parent e44fd095c9
commit d59c5637dd

@ -141,7 +141,7 @@ export PORT=8080
Most of them should be self-explaining. After having set the variables, let's move back to the build package folder and start the server:
```sh
cd ../../../
cd ../../../../
node main.js
```