React Native backend is a boilerplate repository for setting up a Mongo & Express backend server for any React Native application.
Make sure you have NodeJS installed before you commit to installing this backend boilerplate.
git clone https://github.com/scopeweb/react-native-backend.git
cd react-native-backend
npm install
After installing the required packages in the Installation step you can run the local development setup
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
See anything else you'd like to add here? Please send a pull request as well!
Made with ❤ ️by Scope. Happy coding!