This is the website of the HORIZON TechFest of IIIT Vadodara - International Campus Diu
-
Go to the root of the
Horizon_frontend
folder. -
Run the following command to install packages.
npm install
-
Run the following command to start the application.
npm start
-
Backend
- Open a terminal in the root of the Backend folder.
- Run npm install.
- Run node index.js or nodemon index.js to run react scripts ( Avoid Unusal Warnings )
- Open a browser and navigate to
http://localhost:3000/
.