ReactJs Tutorial You need npm and nodejs installed. Install create-react-app npm install -g create-react-app Generate a react application npx create-react-app myfirstreact Run the server npm start