I deleted my local project and recloned from git. What are the steps for getting an existing react project running? I tried npm install node
and npm install react
before npm start
but the project no longer started up locally like before. What am I missing?
If the project uses semantic ui do i need to npm install that locally if it was installed in the project previously (on git)?
Sorry about the confusion. Have to ask here because when i try looking up on google it only ever shows how to start a react-app from scratch.