1. Install Nodejs
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash –
sudo apt-get install -y nodejs
wenn curl fehlt installtieren
sudo apt-get update
sudo apt-get install curl
Check
curl –version
2. Install npm
sudo npm install -g react-native-cli
3. Wenn Fehler core-js@3
sudo npm install –save core-js@^3
Daten von https://github.com/cvdlab/react-planner download
in das Verzeichniss eurer Wahl
Anschliessend
sudo npm i
npm start
Wenn Problem mit der Site könnt Ihr mit dpm audit die Fehler auslesen