/web3d

Primary LanguageJavaScript

chakra-next-template

A minimal template for creating a scalable web app with Chakra UI + Next.js.

image

Batteries included

  • TypeScript, Chakra UI, and Next.js
  • Prettier and ESLint configured with TS support
  • Basic utility components integrating Chakra UI and Next.js
  • Theme extension skeleton with custom variants, fonts, and tokens
  • Auto-generated Chakra UI theme-aware typing
  • Environment variable checking
  • Husky pre-commit hooks

Getting started

You can either click Use this template button on this repository and clone the repo or directly from your terminal:

npx degit freeman-jiang/chakra-next-template <YOUR_APP_NAME>

Then, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.