react mui vite ts
Ver 0.5.55 - React 19
Mix of npm create vite and MUI with set of reusable components and utilities to build professional React application faster.
Includes:
.env.example file into .env file_TITLE_ and _DESCRIPTION_ in all files with own texts// TODO: directivesIn the project directory, you can run:
npm run devRuns the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm run lintChecks the code for errors and missing things
npm run formatFormats the code according to ./prettier.config.mjs config
npm testLaunches the test runner in the interactive watch mode.
npm run buildBuilds the app for production or local development to the dist folder.