Menu Close

next-starter

React Icon

Next.js Starter

A starter Next.js project with TypeScript, ESLint, Prettier and Jest.

version 0.1.9
license MIT
author Ridwan Ikhsan

Prerequisite

Usage

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

Installation

Install dependencies

pnpm i

Run Project Locally

Start the development server

pnpm dev

Server running at http://localhost:3000

Run ESLint

pnpm lint

Run Unit Test

pnpm test

Running test in watch mode pnpm test:watch

Build

Build for Production

pnpm build

License

MIT © Ridwan Ikhsan

View Source Code
Posted in Development