Covid19india-react: how to edit and run this project on my localhost (for personal use)

Created on 14 Apr 2020  路  2Comments  路  Source: covid19india/covid19india-react

how to edit and run this project on my localhost (for personal use).

I need to make my own website with selective components from the website

Most helpful comment

You'll see the 'Fork' option in the top right corner. Click that. This will copy the repo on your page.
You'll see the big green button labelled "clone or download". You can use the link as
git clone link (replace link with the link you copied)
or download and extract the files manually.
You'll need node installed on your system.
Once you're in the directory of the local copy of the project, run npm install or yarn (if you use yarn)
then npm start will start a dev server and you'll the website on your localhost:3000

This question is basic, so maybe google before you ask.

All 2 comments

You'll see the 'Fork' option in the top right corner. Click that. This will copy the repo on your page.
You'll see the big green button labelled "clone or download". You can use the link as
git clone link (replace link with the link you copied)
or download and extract the files manually.
You'll need node installed on your system.
Once you're in the directory of the local copy of the project, run npm install or yarn (if you use yarn)
then npm start will start a dev server and you'll the website on your localhost:3000

This question is basic, so maybe google before you ask.

Closing.

Was this page helpful?
0 / 5 - 0 ratings