Get Started
Get Started
An overview of the ExpoShip JavaScript starter kit
Follow the steps bellow to get the core application up and running in under 5 minutes. After that you can start activating other services or setting up any of the demo applications.
Quick setup
Hi there 👋 - ready to build your mobile app? Let’s get into it!
1
Clone the repository
We’ll start by getting your project up and running locally:
ExpoShip TypeScript version
2
Environment variables
Rename .env.example
to .env
.env
3
Install dependencies and run
We’ll install all the required packages and run it locally:
cli
Open simulator - your app should be up and running!
4
Customize app configuration
Open app.json
. It is where you configure your app. Each key is documented to know how and why it’s used.
app.json
After following these steps, the basic setup is done. You can now start activating other services (auth, payments, notifications, …)