-
Download and install Node.js: http://nodejs.org/download/
-
Open command prompt at root directory and run command
npm install
-
(optional) Install nodemon project to avoid restarting node express server on changes https://github.com/remy/nodemon
-
Open command prompt at root directory and run command
node server
-
Optionally command prompt at root directory and run command
nodemon server