Skip to content

Felicity-IIIT-Hyderabad/website-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Felicity '21

This is the repository for the Felicity '21 website.

Prerequisites

You will need to install ReactJS.

Install and Build

In order to build the development environment, cd into the reactapp directory of this repo, become root if neccessary and run:

$ cd reactapp
$ npm install # installs required npm packages
$ npm start

Navigate to http://localhost:3000/ to view the portal. You mau need to enable CORS for accessing the backend.