stjepankos / robofriends

A React application made following a course.

Home Page:https://ckunc.github.io/robofriends/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A React application made following a course.

https://ckunc.github.io/robofriends/


Languages

Language:JavaScript 81.1%Language:HTML 13.4%Language:CSS 5.5%