Welcome to create-skeleton-next! This is a command-line tool that helps you quickly start new Next.js projects using templates. With this tool, you can set up your project with App Router or Pages Router, install shadcn/ui components automatically, and use TypeScript right away.
To get started, visit this page to download the latest version of create-skeleton-next: Releases Page.
Run the command to install create-skeleton-next:
npm install -g create-skeleton-next
This command will install the tool globally on your machine.
After installation, you can scaffold a new Next.js project by running:
create-skeleton-next my-next-app
Here, replace my-next-app with your desired project name.
Navigate into your new project folder:
cd my-next-app
Install the required packages by running:
pnpm install
Start your Next.js project with this command:
pnpm dev
Now, open your browser and go to http://localhost:3000 to see your new application.
When scaffolding your project, you can choose from various templates designed to fit different needs. These templates feature component libraries, routing setups, and more, allowing you to kickstart your project efficiently.
For additional help, consider joining our community. You can find support and discussions on:
For any further questions, feel free to reach out through the GitHub repository. Your feedback helps us improve the tool!