Skip to content

thisbejim/react-flask-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React Flask example

Installation

Requires python and node.

  1. pip install flask
  2. cd client && npm install

Development

  1. In the client directory: npm start
  2. In a separate terminal, in the root directory: python run.py
  3. Go to http://localhost:3000/

Production

  1. In the client directory: npm run build
  2. After the build finishes: In the root directory: python run.py
  3. Go to http://localhost:5000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published