This is a full-stack Turborepo template using a Fastify server on the backend and an Ionic PWA on the frontend which are both sitting behind a Caddy reverse proxy
This template includes the following packages/apps:
-
Copy
.env.example
into.env
in bothserver
andweb
-
Install dependencies with pnpm:
pnpm install
- Start the development server:
pnpm dev
This will start the Fastify server and Ionic app using Vite for HMR
- Managing environment variables
- Deployment on Railway