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