Skip to content

RepXcel/App

Repository files navigation

RepXcel Mobile Application

Install dependencies

npm i

Running the application

npx expo start

Documentation

Running for Android

npx expo prebuild

for emulator: npx expo run:android for running on phone: eas build --profile development --platform android then npx expo start --dev-client

Installing AWS Amplify CLI

npm install -g @aws-amplify/cli

AWS Amplify CLI Commands

amplify add <category> will allow you to add features like user login or a backend API amplify push will build all your local backend resources and provision it in the cloud amplify console to open the Amplify Console and view your project status amplify publish will build all your local backend and frontend resources (if you have hosting category added) and provision it in the cloud

AWS Amplify Note

import '@azure/core-asynciterator-polyfill'; is required at entry point of app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •