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 1 year ago
JSON representation
Basic setup for react-native projects using react-native , redux, redux-sagas, react-navigation
- Host: GitHub
- URL: https://github.com/imbudhiraja/react-native-basekit
- Owner: imbudhiraja
- License: mit
- Created: 2018-12-01T04:20:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T15:30:24.000Z (over 3 years ago)
- Last Synced: 2025-03-24T03:34:45.953Z (about 1 year ago)
- Topics: bolierplate, javascript, react-native, react-native-boiler-plate, react-native-boilerplate, react-native-skeleton, react-native-starter, redux, redux-saga
- Language: JavaScript
- Size: 4.08 MB
- Stars: 16
- Watchers: 4
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
node@v10.x.x
react-native-cli@v2.x.x
pod@v1.5.x
```
### Installing
A step by step series that will tell you how to get a development env running
```bash
#!/bin/bash
$ git clone git@github.com: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
```