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
Clone or fork a copy of this repo.
Change directory to the root:
$ cd nextjs-starter-kitRun development server:
$ yarn devAccess http://localhost:3000 and you'll see Hello, Next.js Starter Kit.
Run storybook:
$ yarn storybookOpen http://localhost:6006 on the browser.