- 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
- 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
- Open your app using Expo Go