Used Babel to compile the Javascript files
- babel-cli : Compile files from the command line using babel
- babel-preset-es2015 : Babel preset for all es2015 plugins
- rimraf : Run the unix command rm -rf in NodeJS
- clone this repo
- run
npm install - run
npm start
Open the link in the browser to see this working.