git clone https://github.com/ikrum/code-challenge.git
cd tic-tac-toe
npm install
node index.js
cd compress
node compress.js
cd url-parser
node index.js
cd task-manager
bower install
// to run the app you can use any serve you like.
// to install serve
sudo npm install serve -g
// run the App
serve
// Please visit http://localhost:3000 and try this out.
AirBnb javascript standard has been followed at the implementations.