π Todos with React Native.
Create .env file
MONGODB_URI=<Your MongoDB URI>
Install dependencies for mobile only
β npm i
Install dependencies for server only
β npm run install-server
Install dependencies for all
β npm run install-all
Run mobile only
β npm start
Run server only
β npm run server
Run all
β npm run dev