minimal-flask-react
Based on https://github.com/rwieruch/minimal-react-webpack-babel-setup
Run Locally
- Clone this repo:
git clone [email protected]:jwkvam/minimal-flask-react.git
- npm install
- npm run dev
- pip install -r requirements.txt
- python server.py
- Goto 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.