Based on https://github.com/jwkvam/minimal-flask-react
- Clone this repo:
git clone https://github.com/josephcappadona/minimal-flask-react
- npm install
- npm run dev
- pip install -r requirements.txt
- python server.py
- 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.