Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 572 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 572 Bytes

8base React Native App Example

Server Setup

  • Sign up 8base account;
  • Install 8base CLI npm install -g 8base;
  • Login using CLI 8base login;
  • Go to the server directory cd server;
  • Install dependencies npm install;
  • Import schema and data via 8base import -f=DEMO.JSON;

Client Setup

  • Go to the client directory cd client;
  • Install dependencies npm install;
  • Get 8base API endpoint for your account;
  • Replace uri in the App.js with your enpoint
  • Start app via npm start;
  • Open app via simulator or on the your phone;
  • Explore it.