The goal is to demonstrate a simple Flask/React application that can be deployed to Fly.io.
Don't modify this repo. Instead, fork it and modify your fork.
Run frontend with:
scripts/run-frontend.shTest with:
./scripts/run-frontend-tests.shRun backend with:
scripts/run-frontend.shTest with:
./scripts/run-backend-tests.shBuild and run the application in Docker with:
scripts/run-docker.sh- Test the application by opening http://localhost:8080 in your browser.
Git commit your changes.
Generate the fly.toml file with:
fly launch --no-deployThen deploy with:
fly deployGit commit and push to github. The action will build the frontend and deploy the application to fly.io.