Skip to content

anupjha/covid-vaccine-alert

Repository files navigation

covid-vaccine-alert

Set Alert

Set Alert

Get Alert

Get Alert

Vaccine Available

Vaccine Available

Installation

Prerequisite :

Install NodeJS(https://nodejs.org/) LTS version

git clone https://github.com/anupjha/covid-vaccine-alert.git
cd covid-vaccine-alert
npm i

Usage

Development server

npm start

You can view the development server at localhost:3000 (change port in ./config/webpack.dev.js)

Unit Test

npm test

Production build

npm run build
``