India fights Corona is a Covid-19 Tracker app for India.
Live : https://india-fights-corona.herokuapp.com
- HTML5
- CSS3
- JavaScript
- Bootstrap
- Express.js
- Node.js
This repository has only one branch i.e. master
.
Download the latest stable version of NodeJs here and install it.
Install yarn
. Run node --version
and yarn --version
to verify successful installation.
To get the frontend running locally:
- Run
yarn
ornpm i
to install all required dependencies - Run
yarn start
ornpm run start
to start the local server - Go to http://localhost:3000 on your browser
The project is licensed under the GNU General Public License v3.0. Learn more about it in the LICENSE file.