- Node.js (v 6.x or 7.x)
- Install Node.js
- Restore packages by typing command
npm installfrom the root folder of the source code - Install nodemon by typing command
npm install -g nodemon - Start simple http server by typing command
npm start - Start to edit source code by using your favorite editor such as Bracket, Visual Studio Code, Eclipse etc.