This is a starter kit for React Native applications, mostly useful as a companion Starter Kit for MakerKit, but can be used as a standalone starter kit.
It uses Expo and Supabase for authentication and database management.
NB: this is an early preview. It likely contains bugs, and the documentation is still incomplete.
This starter kit provides core foundations:
Below are the steps to get started with the starter kit.
git clone https://github.com/makerkit/expo-turbo-saas-kit.git <your-project-name>
cd <your-project-name>
pnpm install
Using the .env.template file as a template, create a .env file in the root of the project.
cp .env.template .env
Replace the EXPO_PUBLIC_SUPABASE_API_URL
with a proxy if you are testing using a device connected to your computer.
pnpm dev
Run the following command to start Supabase:
pnpm run supabase:start
Run the following command to stop Supabase:
pnpm run supabase:stop
The documentation is not yet available. Please check back later.
Contributions for bug fixed are welcome! However, please open an issue first to discuss your ideas before making a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.
No support is provided for this kit. Feel free to open an issue if you have any questions or need help, but there is no guaranteed response time, nor guarantee a fix.