Home

Awesome

vite-mui-ts boilerplate

TypeScript + React + Redux + MUI + RRD + ESLint + Prettier

vite-mui-ts

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

ScriptDescription
pnpm devRuns the application.
pnpm buildCreate builds for the application.
pnpm previewRuns the Vite preview
pnpm lintDisplay eslint errors
pnpm lint:fixFix the eslint errors
pnpm formatRuns prettier for all files
pnpm testRun tests

Check List