UI insipired from Medical App Dashboard by UGEM Team
- Node v8.10 (it is recommended to install it via NVM)
- Yarn
- A development machine set up for React Native by following these instructions
- Clone this repo,
git clone https://github.com/victorkvarghese/MediBuddy.git
- Go to project's root directory,
cd MediBuddy
- Remove
.git
folder,rm -rf .git
- Run
yarn
ornpm install
to install dependencies - Start the packager with
npm start
- Connect a mobile device to your development machine
- Run the test application:
- On Android:
- Run
react-native run-android
- Run
- On iOS:
- Open
ios/MediBuddy.xcworkspace
in Xcode - Hit
Run
after selecting the desired device
- Open
- Enjoy!!!
PRs are welcome