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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 12, 2024
57c2377 · Oct 12, 2024

History

45 Commits
May 16, 2023
Dec 17, 2023
May 16, 2023
May 16, 2023
May 16, 2023
Jul 21, 2023
May 16, 2023
May 16, 2023
Oct 12, 2024
Oct 12, 2024
May 16, 2023
Oct 12, 2024
Oct 12, 2024
Oct 12, 2024
Oct 12, 2024
Oct 12, 2024
Oct 12, 2024

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