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