Official Frontend Repo for Currents 2021
Portal Link: www.currents.nitt.edu
Built using React.
- Clone/Download this repository
- Install dependencies using
$ npm install
- For development
$ npm start
- For production
$ npm run build
Find the backend by the following link: Currents2021-Backend