Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imbudhiraja/react-native-basekit

Basic setup for react-native projects using react-native , redux, redux-sagas, react-navigation
https://github.com/imbudhiraja/react-native-basekit

bolierplate javascript react-native react-native-boiler-plate react-native-boilerplate react-native-skeleton react-native-starter redux redux-saga

Last synced: about 2 months ago
JSON representation

Basic setup for react-native projects using react-native , redux, redux-sagas, react-navigation

Awesome Lists containing this project

README

        

# React-Native-Basekit

React-Native-Basekit is a project structure for starters.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites

```bash
#!/bin/bash
[email protected]
[email protected]
[email protected]
```

### Installing

A step by step series that will tell you how to get a development env running

```bash
#!/bin/bash
$ git clone [email protected]:imbudhiraja/react-native-basekit.git
$ cd react-native-basekit
```

```node
#!/.nvm/versions/node/v10.9.0/bin/node
$ npm install
```

### Run at local

```bash
$ react-native run-ios or react-native run-android
```