An order management interface built with React + Vite.
git clone https://github.com/NataliiaDanchenko/ERP-module.git
cd venezianpm installnpm run devThe app will be available at: http://localhost:5173
npm run buildThe optimized build will be saved to the dist folder.
npm run preview| Script | Description |
|---|---|
npm run dev |
Start the Vite dev server |
npm run build |
Compile TypeScript + production build |
npm run lint |
Lint code with ESLint |
npm run preview |
Preview the production build |
- React 19
- TypeScript
- Vite
- Redux Toolkit
- React Table (@tanstack/react-table)
- Formik + Yup – for form validation
- Sass – styling
- pdfmake – generate PDFs
- ESLint – code linting
src/
├── app/
├── pages/
├── features/
│ └── orders/
│ ├── data/
│ ├── components/
│ ├── constants/
│ ├── redux/
│ └── types/
├── components/
├── styles/
└── utils/
Run ESLint to check your code:
npm run lintMIT — free to use, modify, and distribute.