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
To set up project follow the steps below:
NOTE: This is the front-end for Backend Repo
- Clone This repository
git clone https://github.com/shaheergg/api-analytics.git
- Change directory to the project direcotry
cd api-analytics
- Install Packages
npm install
- Run the server
npm run dev
- The project will be running at http://localhost:5173/
Make sure to clone the backend repository at link: Backend Repo
And the server should be running for the front-end to work properly.
Follow the guideline on the readme file of backend repo to set-up the backend.