Skip to content
/ nexcha-starter Public template

📎 My personal Next.js, TypeScript, Chakra UI starter template.

Notifications You must be signed in to change notification settings

up2dul/nexcha-starter

Repository files navigation

NexCha starter template

My simple personal Next.js + TypeScript + Chakra UI starter template, for speed up development setup.

Getting Started

Pre-requisites

  1. Node.js or nvm installed.
  2. pnpm installed.

Installation

  1. You can either click Use this template button on this repository and clone the repository.

  2. After cloning the project, in the project directory, run:

pnpm

# or this
pnpm install
  1. Then, run the development server:
pnpm dev

Open http:https://localhost:3000 using your browser to see the result.