Skip to content

geekysaurabh001/next-regular-starter

Repository files navigation

NextJS Regular Starter

This is a regular NextJS App starter kit with following simple clean-ups:

  1. prettier setup out of the box with minimal configuration.
  2. src folder structure with "@/*" path imports
  3. json-db-server setup out of the box for quick mock db features.

Getting started

Installation

npx create-next-app@latest -e https://github.com/saurabhsri108/next-regular-starter

# or

yarn create next-app -e https://github.com/saurabhsri108/next-regular-starter

# or

pnpm create next-app -e https://github.com/saurabhsri108/next-regular-starter

Start Development

npm run dev
# or
yarn dev
# or
pnpm dev

About

Next Workshop Starter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published