Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
/ cra-chakra-ts Public archive

template to initialize create-react-app with chakra-ui and typescript setup

Notifications You must be signed in to change notification settings

sozonome/cra-chakra-ts

Repository files navigation

cra-chakra-ts

This is a project bootstrapped with create-react-app, added with Chakra UI and TypeScript setup.

  • 🔗 route management added (react-router-dom configured)

Live Demo

Deploy with Vercel Deploy to Netlify

Open in StackBlitz

Getting Started

You can either click Use this template button on this repository and clone the repo or use npx degit like so:

npx degit sozonome/cra-chakra-ts <app_name>

Then, run the development server:

pnpm start

Deployment

  • build command: pnpm build

References