moved server into a module and actual invocation out of it

This commit is contained in:
Montana Scott Rowe 2012-01-19 17:46:55 -06:00
parent a7d9e6b9a3
commit 2b8af11405
3 changed files with 27 additions and 3 deletions

View file

@ -26,4 +26,4 @@ bin/installDeps.sh || exit 1
#Move to the node folder and start
echo "start..."
cd "node"
node server.js
node serve.js