Visualizations for the BEAM Framework
- Install
webpackandyarnglobally - Run
yarnin the project root directory npm run dev-serverwill start the webpack development server with hot reloading
npm installnpm run dev-server
- Run
npm start
- Install [Heroku CLI][https://devcenter.heroku.com/articles/heroku-cli] and login
- Run the following commands:
heroku create: This will add heroku remote to current repository. Tryheroku help createfor more details.git push heroku master: This will push the repository to heroku and deploy.