Coronavirus tracking app is an Ember application for tracking the coronavirus cases based on this repo.
You will need the following things properly installed on your computer.
git clone [email protected]:eagleera/sofe-daguilera-app.git
this repositorycd sofe-daguilera-app
npm install
ember serve
- Visit your app at http://localhost:4200.
ember build
(development)ember build --environment production
(production)