Covie 19 Info PWA is based on Create React App. You can read full guide.
To get started follow this steps:
- Install Node.
- Download and open this project (
cd path/to/covid_19_tracking
). - Install packages:
npm install
oryarn install
. - Start the project locally:
npm start
oryarn start
(running on port 3000).
To build the app for production run npm run build
or yarn build