Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (19 loc) · 545 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 545 Bytes

Permasnap

Server

To Start :

From /server : npm run start:dev

Client

Prerequisites:

  • Android: install latest Android Studio
  • iOS: macBook+iPhone only, instructions to follow, but basically install Xcode
  • Ensure ionic-cli installed: npm install -g @ionic/cli

cd permasnap-client

npm install

To start in the browser without mobile: -- (this will probably not work very well)

ionic serve

For mobile development:

ionic cap sync android

ionic cap open android

or

ionic cap sync ios

ionic cap open ios