Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imbudhiraja/react-native-basekit
- Owner: imbudhiraja
- License: mit
- Created: 2018-12-01T04:20:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T15:30:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T08:02:28.559Z (almost 2 years 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: 17
- Watchers: 5
- 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
[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
```