Awesome
vite-mui-ts boilerplate
TypeScript + React + Redux + MUI + RRD + ESLint + Prettier
Getting Started
Clone the repo
npx degit emre-cil/vite-mui-ts my-app
cd my-app
Install Dependencies
pnpm install
Run
pnpm dev
Scripts
Script | Description |
---|---|
pnpm dev | Runs the application. |
pnpm build | Create builds for the application. |
pnpm preview | Runs the Vite preview |
pnpm lint | Display eslint errors |
pnpm lint:fix | Fix the eslint errors |
pnpm format | Runs prettier for all files |
pnpm test | Run tests |
Check List