Requires Raspberry Pi Jessie (version 8) Or Newer Requires Node.JS Installed run ./setup_pi.sh and reboot
- install npm and latest node LTS
- install typscript compiler: npm install -g typescript
- install expo-cli: npm install -g expo-cli
- client development run:
cd Client
thennpm run web
ORnpm run android
- server development run:
cd Server
thennpm run dev
cd Client
thenexpo build:web
mv web-build ../Server/Client
cd Server
rsync -r [email protected]:/path/on/server
- ssh into your server and run
npm run start
in the server target directory.
Express JS Server: http://expressjs.com React Native: https://reactnative.dev Expo React Native CLI: https://expo.dev rpio: https://github.com/jperkin/node-rpio