Spin up your BetterBoilerplate project in minutes with this step-by-step guide.
apps/server/.env
:
apps/cms/.env
:
apps/server/.env
:
http://localhost:3000
, http://localhost:3001
http://localhost:3000/api/auth/callback/google
apps/server/.env
:
re_
)
apps/server/.env
:
sk_test_
)price_
)
apps/server/.env
:
https://your-ngrok-url.ngrok.io/api/webhooks/stripe
apps/server/.env
:
apps/server/.env
:
apps/cms/.env
:
apps/web/.env
:
prisma generate
: Creates the database client codeprisma migrate dev
: Creates and applies database migrationsprisma db push
: Ensures all schema changes are appliedbun dev
command runs all three services in parallel automatically. You’ll see logs from all services in one terminal window.lsof -ti:3000 | xargs kill -9
apps/web/src/components
apps/server/src/routes
apps/cms/src/collections