ReactJS Installation

https://reactjs.org/docs/create-a-new-react-app.html
npx create-react-app my-app
cd my-app
npm start

Comments