# to create a react app, 1. you first need to install npx > npm install npx 2. to create a react app using npx, > npx create-react-app app-name 3. open app-name folder in vs code, 4. open vs code terminal and write, > npm start