/xpecto

IIT Mandi | Tech Fest

Primary LanguageEJSGNU General Public License v3.0GPL-3.0

Xpecto

Xpecto - Technical Fest IIT Mandi

Instructions to run the application

  1. Install nodejs and npm first.
  2. Fork the repo and then clone the repo using command - git clone https://github.com/tusharrao198/xpecto
  3. Move into the directory using - cd xpecto.
  4. Then install all the dependencies from the package.json using npm
 npm install
  1. Add that config.env file in the config directory provided in the group.
  2. To activate the localhost server run -
 npm start
  1. Now the app is in the development mode. Open (http://localhost:5000) to view it in the browser.