Skip to content

A react flask boilerplate based off of other popular repositories. Includes webpack, babel/es6/7, material UI, React Router, React, Flux, and simple authentication

Notifications You must be signed in to change notification settings

raptoria/react-flask-boilerplate

Repository files navigation

This is a combo of the following public github repositories:

You will need to have Python 3 installed in order to run the flask webserver.

Getting Started

Checkout this repository, then run npm install.

development mode:

npm run hot-dev-server (for hot reloading)
npm run flask (use a flask web server)

production mode:

Run a flask webserver:
npm run build
npm run flask 

site can be accessed at http://localhost:8000/

About

A react flask boilerplate based off of other popular repositories. Includes webpack, babel/es6/7, material UI, React Router, React, Flux, and simple authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published