Skip to content

anuragsimgeker/ReactNativeBoilerplate

Repository files navigation

React Native Boilerplate

A React-Native boilerplate mobile app with authentication.

Demo

Tech

ReactNativeBoilerplate uses a number of open source projects:

And of course ReactNativeBoilerplate itself is open source with a public repository on GitHub.

Prerequisites

ReactNativeBoilerplate requires Node.js, Watchman and Reach-Native CLI to run.

Installation

$ git clone git@github.com:anuragsimgeker/ReactNativeBoilerplate.git
$ cd ReactNativeBoilerplate
$ npm install

Usage

Start REST API server (Skip if you have your own server)

$ cd server
$ npm install
$ npm start

Checkout my koa-api API backend boilerplate with authentication and db for a real API server.

Start iOS simulator

$ react-native run-ios

Start Android simulator

Edit src/utils/config.js and change localhost to your IP
$ react-native run-android

Author

Anurag Simgeker

License

MIT

About

A React-Native boilerplate mobile app with authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published