Skip to content

eperedo/hapi-expo-clerk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Clerk Expo and Hapijs integration

Starting the Hapi Server

  • Install dependencies
cd server
npm i
  • Replace your secret key in the server.js file in the setClerkApiKey method.

  • Start the server

node ./server.js
  • You should get the message
Server running on http://0.0.0.0:3000

Starting the expo app

  • Install dependencies
npm i
  • Replace your public key in the App.js file in the publishableKey prop.

  • Start the app

cd myapp
npx expo start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published