02 Build MVP fast

Start building your MVP

Congratulations — your setup is complete!

You're now ready to start building your own app. You can run this command below to start Next.js server on local:

bash
yarn dev

Notes

Since we use Docker to run MongoDB locally, please make sure Docker Desktop is running on your PC before you run yarn dev.

Feel free to explore the built-in components, or check out our technical docs for more tools, ideas, and best practices.

Once you finish building your MVP, you'll come back to Step 3: Release product, where I'll guide you through releasing your app to production for real users.