README incorrect for starting React App
Opened this issue · 1 comments
ammacdonald3 commented
Current README states:
Run this command to start the frontend development server in the [frontend] directory: [npm install] (This will start the frontend on the adddress localhost:3000)
I think that it should state:
Run this command to start the frontend development server in the [frontend] directory: [npm start] (This will start the frontend on the adddress localhost:3000)
NMRayhan commented
I think that it should state:
Run this command to start the frontend development server in the [frontend] directory: [npm start] (This will start the frontend on the adddress localhost:3000)