Created for learning - React
Make sure you have Node.js and the Heroku CLI installed.
$ git clone git@github.com:CKunc/robofriends.git # or clone your own fork
$ cd robofriends
$ npm install
$ npm start
Your app should now be running on localhost:3000.
$ heroku create
$ git push heroku master
$ heroku open
or