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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

47d5391 Β· May 1, 2023

History

3 Commits
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023
May 1, 2023

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