Installation
Last updated
Was this helpful?
Last updated
Was this helpful?
in terminal : npx create-react-app routing OR npx create-react-app .
NOTICE routing and . at the end of create-react-app
that means creating a react app on a new folder called routing OR put react app in this folder
in terminal : cd routing if you chose to use routing as your folder
in terminal : npm start