https://tracking-covid-19.herokuapp.com/
Assuming, You have Node and npm properly installed on your machine, you need to:
-
Download/clone the project (Tip: If you want to create a new directory and navigate inside that folder, so you can open with your editor, you can do
take project_name
, instead ofmkdir project_name
and thencd project_name
.) -
Navigate to inside the project folder on terminal, where you would hopefully see a package.json file. :)
-
Execute
npm i
for installing all the project dependencies. -
Then
npm start
,npm run dev
ornode server
. :) -
Now, it should be as easy as typing localhost:3000 into your favourite web browser. ;)