- 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;
- Go to the client directory
cd client; - Install dependencies
npm install; - Get 8base API endpoint for your account;
- Replace
uriin theApp.jswith your enpoint - Start app via
npm start; - Open app via simulator or on the your phone;
- Explore it.