Installation

What is node.js

node.js architecture

Download node.js

create-react-app

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

Last updated

Was this helpful?