Skip to content

dazamar01/flask-react

 
 

Repository files navigation

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:5000 to see the front end after the initial build finishes. It's that simple.

The docker container is hosted here: benjaminpknox/flask-react

About

This is a docker container that has a base for a flask and react web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.2%
  • Python 29.3%
  • SCSS 13.3%
  • Dockerfile 5.3%
  • HTML 1.5%
  • Shell 1.4%