๐Ÿ“ฆ liamdebeasi / webview-exploration

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/liamdebeasi/webview-exploration.git
HTTPS git clone https://github.com/liamdebeasi/webview-exploration.git
SSH git clone git@github.com:liamdebeasi/webview-exploration.git
CLI gh repo clone liamdebeasi/webview-exploration
Liam DeBeasi Liam DeBeasi add todos 4724ce4 1 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ native
๐Ÿ“ web
๐Ÿ“„ .gitignore
๐Ÿ“„ README.md
๐Ÿ“„ README.md

SsgTest

This project was generated with Angular CLI version 17.3.2.

Local Testing

  • In web, run npm i && ng serve --disable-host-check.
  • Run ngrok http [port] --domain [custom domain]. port can be found in the previous step (usually 4200). custom domain is optional, but this lets you use a single domain every time you restart ngrok as opposed to always needing to update the domain in the native application.
  • Open the native app in Xcode. Replace liam.ngrok.app with your domain in step 2. You can use the magnifying glass in the left sidebar to find and replace all instances.
  • Deploy application on device.