joshua-barber / flask-react

Flask and React boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-react

Boilerplate with a Flask backend and React frontend

Get started - enter the following into your terminal

git clone https://github.com/joshua-barber/flask-react.git
cd flask-react
docker build -t flask-react
docker run --rm -p 5000:5000 flask-react

Visit localhost:5000

About

Flask and React boilerplate

License:MIT License


Languages

Language:JavaScript 35.7%Language:HTML 24.0%Language:CSS 23.8%Language:Python 14.2%Language:Shell 2.3%