My simple personal Next.js + TypeScript + Chakra UI starter template, for speed up development setup.
-
You can either click
Use this template
button on this repository and clone the repository. -
After cloning the project, in the project directory, run:
pnpm
# or this
pnpm install
- Then, run the development server:
pnpm dev
Open http://localhost:3000 using your browser to see the result.