Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
modul:ffit:react:learningunits:lu01:aufgaben:basics [2024/11/28 07:13] – angelegt kdemirci | modul:ffit:react:learningunits:lu01:aufgaben:basics [2024/11/28 07:18] (aktuell) – kdemirci | ||
---|---|---|---|
Zeile 9: | Zeile 9: | ||
===== Assignments ===== | ===== Assignments ===== | ||
- | - If you didn't install Node.js already, install it downloading it from [[https:// | + | - If you didn't install Node.js already, install it downloading it from [[https:// |
+ | - 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:// | ||
+ | |||
+ | ===== Vocabulary ===== | ||
+ | ^ English ^ German ^ | ||
+ | | execute | ausführen| | ||
+ | | dependencies | Abhängigkeiten | | ||
+ | |||
+ | |||
+ | ---- | ||
+ | [[https:// |