LU01.A01 - Initialize React App

Requirements

Assignments

  1. If you didn't install Node.js already, install it downloading it from here
  2. Go to you terminal and execute npx create-react-app your-project-name (replace your-project-name with your desired project name)
  3. Install all dependencies
  4. Open your project in WebStorm and execute npm run start
  5. Go to http://localhost:3000, if you see a spinning react logo, you're done

Vocabulary

English German
execute ausführen
dependencies Abhängigkeiten

Kamil Demirci