This is the repository for the web and mobile apps of RC Lee Hall of the University of Hong Kong. They are developed by the RC Tech Club to provide a one-stop platform for RC Lee students to gain all information relevant to the hall.
cd web
npm install
cd server
npm install
cd mobile
npm install
cd web
npm start
- Visit web app at http://localhost:3000/
- Go to server directory
cd server
- Run server
npm start dev
- Open GraphQL Playground at http://localhost:4000/graphql
- If you don't have expo installed, install by
npm install -g expo-cli
- Go to mobile directory
cd mobile
- Run app
expo start
- Download Expo mobile app and scan QR code to run the app
git subtree push --prefix server/ [backend link] master
- Ensure you are in master branch by
git branch
- Deploy by
npm deploy
- Visit web app at link