Skip to content

emilshr/vite-react-mui-boilerplate

Repository files navigation

⚡️ Vite - React - Mui - Typescript boilerplate ⚡️

This repository acts as a jump-start/template/boiler-plate for people who want to get started on a project without setting up linter, theme engine & what not.

Dependencies used in the project

  1. Vite - Super fast bundler (Better than Webpack). HMR is the best feature that you get out of the box
  2. MUI - Arguably, I yet again specify, arguably the best UI library available right now.
  3. Storybook - One of the best UI prototyping toolkit available. (Trust me, you'll thank me later for using Storybook)
  4. Eslint - A linter which is tweaked to support Typescript, React Vite & React storybook.
  5. Jest - A library dedicated to testing react components & javascript code.

💡 Whatever config that I've added can be overwritten and adjusted to your liking & use-case.