seanbehan / flask_react_starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Extra

These articles helped a lot

See

For Ruby Version

About


Languages

Language:JavaScript 99.9%Language:HTML 0.0%Language:Python 0.0%