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

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

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