Skip to content

Panda-Program-Web/nextjs-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

227 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Clone a copy of the repo:

$ git clone https://github.com/KushibikiMashu/nextjs-starter-kit.git

Change directory to the root:

$ cd nextjs-starter-kit

Install dependencies:

$ npm ci

Run development server:

$ npm run dev

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors