My simple personal Next.js + TypeScript + Chakra UI starter template, for speed up development setup.
-
You can either click
Use this templatebutton 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 devOpen http://localhost:3000 using your browser to see the result.