Getting Started with React Useful commands Name Command node version node -v npm version npm -v 1. Create React App To install a blank react project use: npx create-react-app react-essentials Command Explanation npx = Package Runner react-essentials = Project Name