This is a fullstack template for blazingly fast MVP development. It is focused on Developer and DevOps experience.
-
Frontend
-
Backend
pnpm install --frozen-lockfile
— Install dependencies.pnpm dev
— Starts the application in development mode at (frontend - http://localhost:4321, backend - http://localhost:8090/_/).pnpm build
— Builds the application for production.pnpm format
— Format code using Prettier.