A starter Next.js project with TypeScript, ESLint, Prettier and Jest.
Run this command on terminal pnpm dlx degit rdnsan/next-starter <project-name>
use base template
pnpm dlx degit rdnsan/next-starter my-project
# or
npx degit rdnsan/next-starter my-project
with tailwindcss
pnpm dlx degit rdnsan/next-starter#with-tailwind my-project
# or
npx degit rdnsan/next-starter#with-tailwind my-project
Install dependencies
pnpm i
Start the development server
pnpm dev
Server running at http://localhost:3000
pnpm lint
pnpm test
Running test in watch mode pnpm test:watch
Build for Production
pnpm build
MIT © Ridwan Ikhsan