Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jwkvam/minimal-flask-react
- Owner: jwkvam
- Created: 2018-04-15T07:26:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T00:56:38.000Z (about 6 years ago)
- Last Synced: 2024-08-03T22:24:31.074Z (5 months ago)
- Topics: cookiecutter, flask, minimal, python, react, webpack, webpack4
- Language: JavaScript
- Homepage:
- Size: 7.9 MB
- Stars: 126
- Watchers: 6
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jwkvam/minimal-flask-react - :cocktail: A minimal modern setup for flask and react (JavaScript)
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:3000If you would like to have webpack rebuild your javascript any time your React code changes, enter `npm run start` in a different terminal.