Skip to content
/ vite-mui-ts Public template

Boilerplate powered by vite for React-TypeScript projects (Vite + TypeScript + React + MUI + RRD + Prettier + ESLint)

Notifications You must be signed in to change notification settings

emre-cil/vite-mui-ts

Repository files navigation

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

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