Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Yehezkiel Gunawan's personalized Vite + React + Typescript + Chakra UI starter template
Yehez ViteChakra Starter is a React + TypeScript boilerplate that combines Vite and Chakra UI to give developers a pre-configured starting point for web application development.
Yehez ViteChakra Starter is a personal starter template created by Yehezkiel Gunawan. It pairs Vite as the build tool with React and TypeScript, and uses Chakra UI as the component library, delivering a project skeleton that already has linting, formatting, and Git hooks configured. The template accepts a GitHub repository name or local folder name as input and produces a complete front-end project scaffold that runs with yarn dev or npm run dev. It is published on GitHub and can be deployed to Vercel or Netlify using the one-click deploy buttons in the README.
npx degit yehezkielgunawan/yehez-vitechakra-starter <your-app-name>.The template is meant to be copied rather than configured. You can click "Use this template" on the GitHub repository to create your own repo, or use degit with npx degit yehezkielgunawan/yehez-vitechakra-starter <your-app-name> to clone it locally. After that, install dependencies with npm install or yarn and run yarn dev or npm run dev to start the development server.
Yes, the repository is public on GitHub and the author invites users to fork or clone it. The README explicitly says you can use it if you find it useful and welcomes pull requests for improvements.
The template includes Vite, React, TypeScript, Chakra UI, ESLint, Prettier, Husky, and lint-staged. It also provides a basic responsive layout configuration using Chakra UI media queries.
Open the GitHub repository and click "Use this template" to create a new repository, or run npx degit yehezkielgunawan/yehez-vitechakra-starter your-app-name in your terminal, then install dependencies and run yarn dev.
The README does not mention any pre-built pages or a router. It is a starter skeleton focused on tooling and the Chakra UI setup, so you add your own pages and navigation as needed.
