Skip to content

๐Ÿš€ NextJS 13 starter template: Next.js 13 App Directory + TypeScript + ESLint + Prettier + Husky + Lint-Staged + PostCSS + Tailwind CSS 3

Notifications You must be signed in to change notification settings

muthaiyanmani/nextjs-starter-template

Repository files navigation

NextJS 13 Starter Template, Tailwind CSS 3 and TypeScript

๐Ÿš€ Next.js 13 App Directory, Tailwind CSS and TypeScript โšก๏ธ Made with developer experience first: Next.js, TypeScript, ESLint, Prettier, Husky, Lint-Staged, VSCode, PostCSS, Tailwind CSS.

Clone this project and use it to create your own Next.js project.

Features

Developer experience first:

  • ๐Ÿ”ฅ Next.js for Static Site Generator
  • ๐ŸŽจ Integrate with Tailwind CSS
  • ๐ŸŽ‰ Type checking TypeScript
  • โœ… Strict Mode for TypeScript and React 18
  • โœ๏ธ Linter with ESLint
  • ๐Ÿ›  Code Formatter with Prettier
  • ๐ŸฆŠ Husky for Git Hooks
  • ๐Ÿšซ Lint-staged for running linters on Git staged files

Getting started

Run the following command on your local environment:

git clone https://github.com/muthaiyanmani/nextjs-starter-template.git my-project-name
cd my-project-name
npm install

Then, you can run locally in development mode with live reload:

npm run dev

Open http://localhost:3000 with your favorite browser to see your project.

Deploy to production

You can see the results locally in production mode with:

$ npm run build
$ npm run start

About

๐Ÿš€ NextJS 13 starter template: Next.js 13 App Directory + TypeScript + ESLint + Prettier + Husky + Lint-Staged + PostCSS + Tailwind CSS 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published