Skip to content

Next.js starter kit with various convenient tools, like Storybook, Tailwind CSS, ESLint, Jest and React Testing Library

Notifications You must be signed in to change notification settings

KushibikiMashu/nextjs-starter-kit

Repository files navigation

Next.js Starter Kit

test and build

Next.js starter kit is a set of popular libraries for Next.js developers. Next.js starter kit saves your time to set up a new project. This kit is certainly production ready 🚀

Next.js starter kit contains main library with minimum config files below:

  • Next.js
  • TypeScript
  • ESLint
  • Tailwind CSS
  • Jest
  • React Testing Library
  • Storybook

Installation

run npx create-next-app, clone or fork a copy of this repo.

$ npx create-next-app nextjs-starter-kit -e https://github.com/KushibikiMashu/nextjs-starter-kit

Change directory to the root:

$ cd nextjs-starter-kit

Run development server:

$ yarn dev

Access http://localhost:3000 and you'll see Hello, Next.js Starter Kit.

Run storybook:

$ yarn storybook

Open http://localhost:6006 on the browser.

About

Next.js starter kit with various convenient tools, like Storybook, Tailwind CSS, ESLint, Jest and React Testing Library

Resources

Stars

Watchers

Forks

Packages

No packages published