Back
Basic Next.js Starter Kit
Plain Next.js starter so you can start building fast without starting from scratch.
Getting started
Open your terminal and run:
npx create-next-app@latest -e https://github.com/irsyadadl/starter-kit app
Add your first block
Before continuing, make sure you’ve set up the .env file. This prevents issues when adding blocks.
npx shadcn@latest add @irsyad/about-01
After that, start the development server:
npm run dev
Finally, open http://localhost:3000/about-01 in your browser to see the result. This path is only an example, it will change depending on the block you added.