Skip to content

ml-hongkong/hongkong_flowers_app

Repository files navigation

Hong Kong Flower Recognition App

Tech Stack

  • React Native
  • ES6
  • Yarn (Package Manager)
  • Jest (Testing Framework)
  • Flow (Static Type Checker for JavaScript)
  • Redux
  • Firebase

Development

INSTALL

Install node modules

yarn global react-native-cli
yarn

If you are running this project for the first time

  1. Please run react-native link to link native modules:
react-native link
  1. Download Facebook SDK to ~/Document/FacebookSDK

Enviroment variables

  • Copy .env-example file and save as .env, please contact [email protected] for those variables.

RUN iOS

react-native run-ios

RUN Android

react-native run-android

RUN Mock RESTFUL API Server

yarn run start:mock-rest-server

Code Style Guide