Skip to content

sbetti02/FlaskReactHerokuQuickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlaskReactHerokuQuickstart

This is a guide for quickly setting up a single repository (monorepo) that has a Flask backend and a React front end deployed onto Heroku.

This will set up:

  1. A simple Flask boiler plate code for a basic API
  2. A React starter layout based on create-react-app
  3. Deploying the web client and API to two separate Heroku applications
  4. Connecting the web client to the API to pull data from the API

Getting Started

  1. Click on the "Use this template" option and follow the on screen instructions. This will set you up with a clean repository under your own account.
  2. Clone your new repo onto your local machine
  3. Run ./create_remote_apps -c [your-new-web-app-client-name] -a [your-new-api-name]

Prerequisites

Heroku CLI installed locally

Additional notes

Learn more about Github templates here

This work is based on inspiration from this article

For more control over automated deploy options, check out this cool repo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published