A full-featured Next.js starter that includes all you need to build amazing projects π₯. Fork and customize from jpedroschmitz
- π Next.js 15 App Router & React 18
- βοΈ Tailwind CSS 3 - A utility-first CSS framework
- π Styled Components - Styling React component
- π ESLint β Pluggable JavaScript linter
- π Prettier - Opinionated Code Formatter
- πΆ Husky β Use git hooks with ease
- π« lint-staged - Run linters against staged git files
- π shadcn - Beautifully designed components that you can copy and paste into your apps.
- π Absolute import - Import folders and files using the
@
prefix - π€© Vercel Serverless/Edge Functions - Serverless/Edge functions for Next.js
The best way to start with this template is using create-next-app
.
npx create-next-app ts-next -e https://github.com/chhpt/nextjs-starter
or
pnpm create next-app ts-next -e https://github.com/chhpt/nextjs-starter
If you prefer you can clone this repository and run the following commands inside the project folder:
pnpm install
ornpm install
;pnpm dev
;
To view the project open http://localhost:3000
.
- Fork this repository;
- Create your branch:
git checkout -b my-new-feature
; - Commit your changes:
git commit -m 'Add some feature'
; - Push to the branch:
git push origin my-new-feature
.
After your pull request is merged, you can safely delete your branch.
This project is licensed under the MIT License - see the LICENSE.md file for more information.
Made with β₯ by Clare Chang