SyncSpace Mobile is the mobile counterpart to SyncSpace (who would've thought). Built using Ionic with React, we can build iOS and Android apps simultaneously with just one codebase.
- Clone the repo locally.
- Run
npm i -g @ionic/cliin your terminal to install the Ionic CLI globally. - Run
npm iin the terminal to install the rest of the dependencies (be warned it's like 400 mb). - Make sure you're in the correct directory (syncspace-mobile) and run
ionic serveto start the server. - Once the browser opens, go into developer tools (Command+Option+I or Ctrl+Shift+I) and change the viewport to an iPhone for iOS styling or an Android for (wait for it) Android styling
- (coming soon)
- (coming soon)
- (coming soon)
That's it! If you need more help, go to Ionic's full guide for more information.
Made With ❤️ by the SyncSpace Mobile Team