Skip to content

seanbehan/flask_react_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

A minimal React setup with Flask and Webpack.

git clone [email protected]: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

Releases

No releases published

Packages

No packages published