Minimal Next.js starter with ESList and VSCode settings for automatic code formatting, theme provider for light/dark mode, Rethink Sans font, default layout component and shadcn/ui components support.
I’ve created this starter for my #buildinpublic projects. Find out more at johnnybuilds.com.
- Clone the Repository
git clone https://github.com/johnnybuildsyo/johnnybuilds-nextjs-starter
- Rename the Project
mv johnnybuilds-nextjs-starter your-new-project-name
- Install Dependencies
cd your-new-project-name
npm install
# or
yarn install
# or
pnpm install
- Run the Development Server
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.