This template provides a minimal setup to get React working in Vite with HMR, some ESLint rules AND MaterialUI.
(template made by Flack based on the Vite default React template).
Only requirements are Node and Git installed.
git clone https://github.com/FlackCode/reactTemplateMUI
cd reactTemplateMUI
npm install
npm install @material-ui/core @material-ui/icons
npm run dev
Run this in your Visual Studio Code to begin!
I will keep adding on to the install code when i find some useful features that i use often!
Bun verson:
git clone https://github.com/FlackCode/reactTemplateMUI
cd reactTemplateMUI
bun install
bun install @material-ui/core @material-ui/icons
bun run dev