Navigate to the root directory and install dependencies:
cd root_dir.
npm install
npm start
Username : [email protected]
Password : password
/Application
│
├── /root_dir. # Frontend (React)
│ ├── /public
│ ├── /src
│ │ ├── /components # Reusable components
│ │ │ ├── BillGenerator.jsx
│ │ │ ├── BillItems.jsx
│ │ │ ├── CustomerList.jsx
│ │ │ ├── DownloadInvoice.jsx
│ │ ├── /pages # Page components
│ │ │ ├── Dashboard.jsx
│ │ │ ├── Drawer.jsx
│ │ │ ├── CustomerList.jsx
│ │ │ ├── Login.jsx
│ | ├── /store
│ │ ├── /slices
│ │ │ ├── authSlice.js
│ │ │ ├── billSlice.js
│ │ │ ├── customerSlice.js
│ │ ├── store.jsx
│ │ ├── App.js
│ │ ├── index.js
│ ├── package.json
# Project documentation