Literally a text based adventure
node.js:
nvm install nodeio.js:
nvm install iojs
#How to use
Clone this repository
run
npm install -g nodemon
(if you have problems with this step, usesudoat the beginning of the command)run
cd /path/to/this/reporun
npm installrun
gruntto start the serveropen a browser and go to
localhost:3001
Any time you save changes to code, nodemon will update the server.
Just refresh the web page, and you're good to go.
#Trouble Shooting
-bash: node: command not foundnvm means "node version manager" and it's usingiojssomehow. runnvm use nodeand you're good to go