Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 644 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 644 Bytes

HORIZON Technical Festival Website

This is the website of the HORIZON TechFest of IIIT Vadodara - International Campus Diu

How to run

  1. Go to the root of the Backend folder.

  2. Run the following command to install packages.

    npm install
  3. Run the following command to start the application.

    node app.js 
        or
    nodemon app.js
        or 
    npm start
  4. 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 )
  1. Open a browser and navigate to http://localhost:3000/.