This README outlines how to quickly deploy a project
git clone https://github.com/m-alani/breakinequality_frontend.git
cd breakinequality_frontend
npm install
npm run typings install
npm start
- Visit your app at http://localhost:8080
heroku create breakinequality_frontend
git push heroku master
heroku open