https://github.com/seanbehan/flask_react_starter
https://github.com/seanbehan/flask_react_starter
flask javascript python react starter webpack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/seanbehan/flask_react_starter
- Owner: seanbehan
- Created: 2017-02-03T18:13:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T18:16:30.000Z (over 9 years ago)
- Last Synced: 2025-01-17T09:10:09.936Z (over 1 year ago)
- Topics: flask, javascript, python, react, starter, webpack
- Language: JavaScript
- Size: 157 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
A minimal React setup with Flask and Webpack.
```
git clone git@github.com:seanbehan/flask_react_starter.git
cd flask_react_starter
pip install -r requirements.txt
npm install
```
Transpile with Webpack and start the Flask application.
```
webpack --watch
python app.py
```
Visit
- http://localhost:5000
# Extra
These articles helped a lot
- https://www.twilio.com/blog/2015/08/setting-up-react-for-es6-with-webpack-and-babel-2.html
- https://medium.com/@dabit3/beginner-s-guide-to-webpack-b1f1a3638460
See
- https://github.com/seanbehan/sinatra_react_starter
For Ruby Version