npx create-react-app app-name // Initializes React App cd app-name npm start // Starts development server ate localhost:3000