django-todo-react icon indicating copy to clipboard operation
django-todo-react copied to clipboard

README incorrect for starting React App

Open ammacdonald3 opened this issue 3 years ago • 1 comments

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)

ammacdonald3 avatar Sep 03 '21 19:09 ammacdonald3

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 avatar Jan 27 '22 15:01 NMRayhan