Skip to content

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.

Notifications You must be signed in to change notification settings

johnnybuildsyo/johnnybuilds-nextjs-starter

Repository files navigation

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.

Getting Started

  1. Clone the Repository
git clone https://github.com/johnnybuildsyo/johnnybuilds-nextjs-starter
  1. Rename the Project
mv johnnybuilds-nextjs-starter your-new-project-name
  1. Install Dependencies
cd your-new-project-name
npm install
# or
yarn install
# or
pnpm install
  1. 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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published