Skip to content

rylorin/Facer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facer

LICENSE GitHub contributors

With ideas from

https://devdactic.com/ionic-4-image-upload-storage/
https://capacitor.ionicframework.com/docs/guides/ionic-framework-app
https://roblouie.com/article/574/learn-ionic-cordova-file-upload/ https://www.joshmorony.com/using-the-capacitor-filesystem-api-to-store-photos/

Requirements

install ionic

$ npm i -g @ionic/cli

checkout project

$ git checkout https://github.com/rylorin/Facer.git
$ cd facer

First build of mobile application

$ cd App
$ npm install
$ npx npm-force-resolutions
$ npm i --save-dev invariant
$ npm install
$ ionic build
$ npx cap add ios
$ npx cap add android

Rebuild mobile application after code modification

$ ionic build
$ npx cap sync
$ npx cap open android

Server part

$ npm install --production
$ npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published