Skip to content

jcsfbass/covid-evolution

Repository files navigation

COVID Evolution

I created this app only for study purposes (data comes from COVID-19 Api)

Main tools

Requirements

NodeJS and NPM

  • Node: 13.11
  • NPM: 6.14

Development

Install dependencies

npm i
Optional: install PM2
npm i pm2@4.2.3 -g

Run the app

Without PM2
  • Run npm start
  • Access localhost:3000 in the browser
With PM2
  • Run npm run pm2-start to start
  • Access localhost:3000 in the browser
  • Run npm run pm2-stop to stop/delete

Run the tests

All tests
npm test
Only client side unit tests (you will need to have Chrome, Firefox and Safari to run these tests)
npm run client-side-test
Only unit tests
npm run unit-test
Only API tests
npm run isolated-test

About

I created this app only for study purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published