A sample NodeJS application that written in TypeScript and ready to deploy to fly.io
It comes with;
Don't forget to setup API_BASE_URL
in environment (for local) and as a secret on fly.io for production. Well, if you forget to set it, the app will tell you in the logs, and exit the process.
Check out the scripts in package.json
After creating an account on fly.io and install the fly CLI tool
fly launch
for the first time
fly deploy
for a new release
For more checkout the documentations https://fly.io/docs
- Add some unit tests