/robofriends

A React application made following a course.

Primary LanguageJavaScript

robofriends

Created for learning - React

Running Locally

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.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku