Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
modul:ffit:react:learningunits:lu01:aufgaben:basics [2024/11/28 07:16] – kdemirci | modul:ffit:react:learningunits:lu01:aufgaben:basics [2024/11/28 07:18] (aktuell) – kdemirci | ||
---|---|---|---|
Zeile 11: | Zeile 11: | ||
- 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) | - Go to you terminal and execute npx create-react-app your-project-name (replace your-project-name with your desired project name) | ||
- | - Install all dependences | + | - Install all dependencies |
- Open your project in WebStorm and execute npm run start | - Open your project in WebStorm and execute npm run start | ||
- Go to http:// | - Go to http:// | ||
+ | |||
+ | ===== Vocabulary ===== | ||
+ | ^ English ^ German ^ | ||
+ | | execute | ausführen| | ||
+ | | dependencies | Abhängigkeiten | | ||
+ | |||
+ | |||
+ | ---- | ||
+ | [[https:// |