template to initialize react-router app with Chakra UI setup :sparkles:
This project is a bootstrapped application using @vitejs/app (react-ts), with the addition of Chakra UI and TypeScript setup. It offers a blazing fast development server and build, as well as route management through react-router-dom. The project also provides options for live demo deployment with Vercel and Netlify, and the ability to open it in StackBlitz.
To install the theme, you can follow these steps:
npx degit [repository-url] [folder-name]
to clone the repository.npm run dev
or yarn dev
.pnpm build
. The output files will be generated in the dist
directory.This project provides a solid foundation for building applications with React, TypeScript, and Chakra UI. With its blazing fast development server and build, route management, and options for live demo deployment, developers can efficiently develop, showcase, and deploy their applications. The integration with Vercel, Netlify, and StackBlitz also adds convenience and flexibility to the development process.