samullman / bitcameo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript + Next.js + Chakra UI Starter

Opinionated boilerplate for React project using Next.js, Chakra UI, and TypeScript.

CodeFactor Maintainability Rating Bugs Vulnerabilities Depfu

Getting Started

1. Clone this template using one of these ways:

  1. Fork the repository

  2. Clone the repository locally

$ git clone "https://github.com/marsigliadev/next-chakra-starter" cloned-next-chakra-project
$ cd cloned-next-chakra-project
  1. Deploy to Vercel

    Deploy with Vercel

2. Install dependencies

$ pnpm install

3. Run the development server

$ pnpm dev

Open http://localhost:5500 with your browser to see the project.

Packages

The following packages are pre-installed in this project:

About


Languages

Language:TypeScript 86.5%Language:JavaScript 9.4%Language:CSS 4.1%