A modern React TypeScript frontend application built with Material-UI.
- Install dependencies:
npm install- Start the development server:
For developing on the front-end:
npm run frontend-dev For developing on the back-end:
npm run backend-dev - Build for production:
npm run build- React 18
- TypeScript
- Material-UI (MUI)
- Vite
- ESLint
The app runs on http://localhost:5173 by default.