Skip to content

naveen-adss/deeplink-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

deeplink-web

Web server to test deep link

Setup

Webserver

npm i

Code

Update public/.well-know/assetlinks.json with android applications package id and sha256 signature. You can obtain it by running the below command provided EAS (Expo application services). The command will prompt you to select a build profile. Select development.

npx eas credentials --android

Replace package_name and sha256_cert_fingerprints placeholder values with credentials obtained from running the above command.

Ngrok

You need ngrok to expose your local server to internet.

brew install ngrok

Running Application

Start node server

npx nodemon

Start ngrok tunnel

ngrok http 3000 # expose local server to world wide web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published