This is a fullstack template for blazingly fast MVP development. It is focused on Developer and DevOps experience.
-
Сommon
-
Frontend
- Vite - framework
- SolidJS - library
- Router - for navigation
- Shadcn - ui framework
- PocketBase SDK - js-sdk for Pocketbase
- TypeScript - for type safety
-
Backend
- Golang - for performance
- PocketBase - Backend As A Service
pnpm i --frozen-lockfile
— Install node dependencies.go mod download
— Install golang dependencies.pnpm dev
— Starts the application in development mode at (http://localhost:3000).pnpm format
— Format code using Prettier.
Pipelines are unique way to deploy your services (apps) with configuring only docker-compose file.
Currently we have 3 pre-built pipelines:
- go-pipeline - for golang apps with binary output
- node-pipeline - for nodejs apps with nodejs execution output
- node-pipeline-static - for nodejs apps with static artifact output