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