###Setup instructions:
-
Clone the repo
-
Install node and npm
sudo apt-get install node
sudo apt-get install npm
- Go to repo root directory and run
npm install
- Install a node based server http-server through the command
npm install -g http-server
-
Go to repo root directory
-
Start the local server by running the following command
http-server
- Run localhost on port number mentioned after running the above command