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 run the project at first you need to clone the repository. Then you have to open the terminal in your Cloned folder and run the command (npm install), then run the command (npm run dev) . Please ignore the parenthesis in the run command when you typing in terminal. Then explore the project in your local host.
We have integrated Two other site in our source code. https://team405found.github.io/dash/ https://team405found.github.io/quiz/
Details Source code of this sites are given below : https://github.com/Team405found/dash.git https://github.com/Team405found/quiz.git
Feel free to Explore those source codes.