How do i open a react project after downloading from github? #2
Answered
by
AbdullahWins
AbdullahWins
asked this question in
Q&A
-
|
How do i open a react project after downloading from github? |
Beta Was this translation helpful? Give feedback.
Answered by
AbdullahWins
Jun 4, 2023
Replies: 1 comment
-
|
open console and type "npm install" to install all the dependancies, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AbdullahWins
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
open console and type "npm install" to install all the dependancies,
then type "npm start" to start the project on local server.