Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 632 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 632 Bytes

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://localhost:3000 using your browser to see the result.