Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 882 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 882 Bytes

CITi Onboarding - ReactJS Boilerplate

This repository contains a basic ReactJS application which is quickly and easily deployable on Heroku.

Requirements

To deploy this project on Heroku, you'll need:

  • An Heroku account (Free)

Deploy

You need to create a heroku app, and before deploying it, you need to add a ReactJS buildpack to the heroku app, all you need to do is paste this url when adding the buildpack.

https://buildpack-registry.s3.amazonaws.com/buildpacks/mars/create-react-app.tgz

Link to deploy