Skip to content

yehezkielgunawan/yehez-vitechakra-starter

Repository files navigation

Yehez-ViteChakra-Starter

Yehezkiel Gunawan's Vite + React + Typescript + Chakra UI Personalized template

Deploy with Vercel Deploy to Netlify

forthebadge

This is a personalized React JS (using Vite as a build tools, and Chakra UI as a UI Library) starter template. Actually, I made this for myself so I don't need to waste my time to overthinking about the config and setup and focusing on the development.

But if you also find this template is useful, you also can use it. And of course I'm open to any feedbacks. You can fork or clone this repo and make a PR here if you have a some idea.

⚡ What's include here?

  • Toolings for linting, formatting, and conventions configured. eslint, prettier, husky & lint-staged
  • ✨Basic responsive layout configuration (using Chakra UI media query)

How to use it?

  • You can open yehez-vitechakra-starter.yehezgun.com and click Use this template button (Don't forget to login to your Github account).
  • Or you can clone this repo using degit in your terminal. Don't forget to install the needed dependencies using npm install or yarn.
npx degit yehezkielgunawan/yehez-vitechakra-starter <YOUR_APP_NAME>
  • Then run the local server using yarn dev or npm run dev

References

Future Improvement

  • Update the layout
  • Add ESLint basic configuration
  • Add prettier basic configuration
  • Husky base config