This file only includes the instructions of using the app.
For more information please check the Report.pdf file.
========For Mac=======
Make sure you install the node js first
Please use Google Chrome if possible
Following were installed
npm install webpack --save
npm install webpack-dev-server --save
npm install -g babel-cli
npm install babel-core
npm install babel-loader
npm install react --save
npm install react-dom --save
npm install babel-preset-react
npm install babel-preset-es2015