Visualizations for the BEAM Framework
- Install
webpack
andyarn
globally - Run
yarn
in the project root directory npm run dev-server
will start the webpack development server with hot reloading
npm install
npm 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 create
for more details.git push heroku master
: This will push the repository to heroku and deploy.