Meteor backend and React Native starter with authentication and CRUD
Starter repo combining a Meteor backend with an Expo-managed React Native mobile client. Includes authentication (accounts-password), secure token persistence, a user profile, and a sample ToDo list with real-time CRUD using publish/subscribe and MongoDB. Suited for building cross-platform mobile apps that need real-time data sync, user accounts, and a minimal backend API.
0