Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 910 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 910 Bytes

React Native Backend

React Native backend is a boilerplate repository for setting up a Mongo & Express backend server for any React Native application.

Installation

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

Usage

After installing the required packages in the Installation step you can run the local development setup

npm run dev

Contributing

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!

License

MIT


Made with ❤ ️by Scope. Happy coding!