covid-19 data using Bootstrap v.4.5, Webpack, JVectorMap
Pratice using Webpack and Covid-19 API, Creating Custom Component
- Clone the project
git clone https://github.com/medival/covid-19.git
- Move to root directory
cd covid-19
- Install all dependencies using
npm install
- run command
npm start
to start development mode - run command
npm run build
to make production file the output is in thedist
directory