This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh
## Screens - Sign UP Page - Login Page - Home Page - Edit Transaction Page - Error Page
| Sign Up or Register Page |
Sign In or Log In Page |
| Home Page with empty records |
Home Page |
| Edit Record Page |
Error Page |
Here I have actually keep the frontend abd backend togather so that forntend and backend run in same domain and backend use frontend build folder.
First, clone the repo:
git clone https://github.com/Rounak00/Expense_Tracker.gitFor backend find .env from config
For frontend find .env by search import.meta.env as its a vite projectat root> npm install
at root> npm run devat root/frontend> npm install
at root.frontend> npm run devat root> npm run build
at root> npm run start