Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

:cocktail: A minimal modern setup for flask and react
https://github.com/jwkvam/minimal-flask-react

cookiecutter flask minimal python react webpack webpack4

Last synced: 2 months ago
JSON representation

:cocktail: A minimal modern setup for flask and react

Awesome Lists containing this project

README

        

# minimal-flask-react

Based on https://github.com/rwieruch/minimal-react-webpack-babel-setup

## Run Locally

1. Clone this repo: `git clone [email protected]:jwkvam/minimal-flask-react.git`
2. npm install
3. npm run dev
4. pip install -r requirements.txt
5. python server.py
6. 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.