ychinamale / try-sumsub-ionic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set up

First set up node (version v16.14.2 for this).

Next install yarn.

Next run this to install angular cli

npm install -g @angular/cli

Then run this to install ionic

npm uninstall -g ionic
npm install -g @ionic/cli

Then run this command

ionic build

Then run this command

npx cap sync

Finally you can serve the app to web by running this command now:

yarn serve

About


Languages

Language:SCSS 35.5%Language:TypeScript 28.8%Language:Swift 12.7%Language:Ruby 6.0%Language:JavaScript 5.9%Language:HTML 5.6%Language:Java 5.4%