Skip to content

josephcappadona/minimal-flask-react

 
 

Repository files navigation

minimal-flask-react

Based on https://github.com/jwkvam/minimal-flask-react

Run Locally

  1. Clone this repo: git clone https://github.com/josephcappadona/minimal-flask-react
  2. npm install
  3. npm run dev
  4. pip install -r requirements.txt
  5. python server.py
  6. Go to http://localhost:3000

If you would like to have webpack rebuild your javascript any time your React code changes, enter npm run start in a different terminal.

About

🍸 A minimal modern setup for flask and react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.9%
  • Python 21.0%
  • HTML 6.1%