Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 627 Bytes

File metadata and controls

16 lines (11 loc) · 627 Bytes

Flask React

Because getting started developing web apps with flask and react can be easier, this boilerplate for developing them exists. This is a docker-compose script that builds a flask API with a react front end. Built so you can get right to coding an app.

Flask React

Usage

To use Flask React pull the repository and open the repository root, then run this command:

docker-compose up

You should be able to go to http://localhost:5001 to see the front end after the initial build finishes. It's that simple.