Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 568 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 568 Bytes

Todos Native Auth Client

A React Native app built with

  • ReactiveSearch
  • Auth0
  • Appbase.io
  • ❤️

Check the corresponding Node/Express server here.

Usage

  1. Clone and setup the server from here

  2. Clone this repo

  3. Install dependencies:

yarn
  1. Start the packager:
yarn start
  1. Start the ios/android emulator with the react-native-cli:
react-native run-ios
react-native run-android