This repository is use for tutorial on medium
Starter project is located in ./template
The final version of the project in located in ./final
- NodeJS
- Download or clone this repository using the following command
git clone http://
- To run starter template change directory into
template
folder and install the dependencies
$ cd template
$ npm install
$ npm start
- To run complete version of the project change directory into
final
folder and install the dependencies
$ cd final
$ npm install
$ npm start