Installation
npm install -g create-react-app
create-react-app my-app-name
cd my-app-name
npm start
OR
npx create-react-app myapp
cd my-app-name
npm start
Comments
Post a Comment