LU01.A01 - Initialize React App
Requirements
Work type: individual
Timeframe: 15 Minutes
Means of aid:
only teaching materials
Expected result: Running react app
Assignments
If you didn't install Node.js already, install it downloading it from
here
Go to you terminal and execute npx create-react-app your-project-name (replace your-project-name with your desired project name)
Install all dependencies
Open your project in WebStorm and execute npm run start
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