Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.09 KB

File metadata and controls

41 lines (33 loc) · 1.09 KB

EnterOSU

An app designed to make entering buildings on campus easier for everyone.

Map data from: https://www.google.com/maps/d/edit?mid=1c7hbT4FndSoVykqWeHFVd2uTmfHREkw&usp=sharing

A 24 hour Hack OHI/O project

Installations and Getting Started

How to actually get started with a React Native app:

  • install node.js
  • install Android Studio and Android SDKs
  • then
cd AwesomeProject
npm start # you can also use: npx expo start (--tunnel)
npm install --save react-native-vector-icons
  • install navigation npm install @react-navigation/native npm install react-native-screens react-native-safe-area-context npm install @react-navigation/native-stack

  • install multicheckbox npm install react-native-multi-checkbox

BACK DATABASE mySQL BACKEND Flask FRONTEND React Native

Back + Backend run on separate server Frontend runs as separate app Backs communicate with each other Frontend communicates with backend via ip