react-mui-vite-ts
react-mui-vite-ts copied to clipboard
Starter project for Vite with React + MUI using TypeScript
Starter project for Vite with React + MUI using TypeScript
Mix of npm create vite and MUI with set of reusable components and utilities to build professional React application faster.
Includes:
- Prettier for code formatting
- Eslint for error checking
- Vitest (or Jest) with Testing Library for testing components and hooks
- Set of common components, useful hooks, and essential utilities
- State management using Context API
- Different and customized Public and Private layouts
- Basic authentication hooks and events
- Dark and Light mode with a toggle
- FavIcon and Manifest for PWA
How to use
- Clone or download the repo from: https://github.com/karpolan/react-mui-vite-ts
- Copy
.env.examplefile into.envfile - Replace
_TITLE_and_DESCRIPTION_in all files with own texts - Check and resolve all
// TODO:directives - Add your own code :)
Available Scripts
In the project directory, you can run:
npm run dev
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm run lint
Checks the code for errors and missing things
npm run format
Formats the code according to ./prettier.config.mjs config
npm test
Launches the test runner in the interactive watch mode.
npm run build
Builds the app for production or local development to the dist folder.