py-react-kit is a fully containerized dev kit designed to get you up and running fast for Python and React development. This kit ships with:
- Docker + Docker configuration
- a Python server
- a Postgres database
- Adminer as a DB GUI
- an API built with Flask + GraphQL
- an ORM built with SQLAlchemy
- a React client
- TypeScript
- Webpack
- and helper scripts
cd <projects-parent-directory> && git clone https://github.com/pascalallen/py-react-kit.gitcp .env.example .envbin/upYou will find the site running at http://localhost:8080/
bin/yarn cibin/yarn buildbin/yarn watchbin/downbin/exec <python ./app.py>Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.