Getting Started Step one create react application in folder. create-react-app may not be installed, when prompted say yes, let it install and run the command again. npx create-react-app my-react-app Step two change directories to the react app cd my-react-app/ Step three start it up and watch it run npm start Step four build something cool !