This is a regular NextJS App starter kit with following simple clean-ups:
- prettier setup out of the box with minimal configuration.
- src folder structure with "@/*" path imports
- json-db-server setup out of the box for quick mock db features.
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
npm run dev
# or
yarn dev
# or
pnpm dev