The Expo Local-First Template
is a free project model with up-to-date frameworks and configurations for your new local-first Expo project.
If you're searching for a more production-ready template, consider purchasing the Expo Starter Kit. Your support will help us maintaining our free templates as well.
For local-first example with remote sync please check our article
Run the following command on your local environment:
bunx create-expo-app --template git@github.com:expo-starter/expo-local-first-template.git
Then, you can run locally in development mode with live reload:
bun run dev:ios
# Or
bun run dev:android
This will open the app in the iOS simulator or Android emulator.
Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug. Totally open to any suggestions and improvements.
See LICENSE for more information.