It uses Express.io
node.js
Just download the Repo,and your are good to go. Note Node_modules is not included, you need to get it yourself by following the steps under First-things-to-Do.
- You require a browser,and a working terminal.
- Node.js should be installed. -There are many resources, from which you can learn how to install Node.js
After downloading the Repo, and having everything of the Requirements follow the following steps:
- Get node_modules folder by running the following command
npm install
You will see that, now there is a folder called node_modules,which contains all the dependancies this project requires.