1.1.1 • Published 14 days ago

create-next-boilerplate v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
14 days ago

create-next-boilerplate

create-next-boilerplate is a CLI tool to quickly set up a Next.js application with pre-configured settings. This tool clones a Next.js project repository and automatically installs the necessary packages.

Features

  • Next.js 14 app router
  • Zustand state management
  • React Query for data fetching
  • Pre-configured with Airbnb style ESLint and Prettier

Installation

You can use this tool via npx.

npx create-next-boilerplate

and enter your project name

cd [your-project-name]
npm run dev
1.1.1

14 days ago

1.1.0

18 days ago

1.0.0

18 days ago

0.0.1

2 years ago