Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 808 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 808 Bytes

GUC Hub

Elegantly manage your GUC academic life

Key Technologies

  • React Native Web: for rendering on both web and native
  • Apollo: for data fetching and state management
  • Styled Components
  • Webpack: for bundling web assets

Development on Web

$ yarn web:dev

Development on Native (Expo)

$ yarn native:dev
$ yarn native:run-ios 
$ yarn native:run-android 

Known Issues

  • Webpack doesn't generate correct source maps on web
  • You will encounter some problems if you try to run the app on iOS or Android, the code is not (yet) optimised to run on there

License

MIT License