Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 929 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 929 Bytes

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