https://github.com/pftom/rikang
The official repository of Rikang App(Client-side).
https://github.com/pftom/rikang
antd-mobile client-side immutable jest normalize react react-devtools react-native react-navigation react-redux redux redux-devtools redux-form redux-persist redux-saga reselect
Last synced: 2 months ago
JSON representation
The official repository of Rikang App(Client-side).
- Host: GitHub
- URL: https://github.com/pftom/rikang
- Owner: pftom
- Created: 2017-07-05T01:44:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T01:13:55.000Z (over 7 years ago)
- Last Synced: 2025-01-12T10:45:03.901Z (4 months ago)
- Topics: antd-mobile, client-side, immutable, jest, normalize, react, react-devtools, react-native, react-navigation, react-redux, redux, redux-devtools, redux-form, redux-persist, redux-saga, reselect
- Language: JavaScript
- Homepage:
- Size: 8.93 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
If you want to view the latest process of this project.You can clone this hub to your computer.
And then run the following script.```
git clone [email protected]:powerformer/rikang.git
cd rikang
npm install && react-native run-ios
or yarn react-native run-ios
```If you meet some errors.May be the following reasons.
* You don't have `npm` or `yarn` package manager
so go [https://www.npmjs.com/](https://www.npmjs.com/) download `npm`
or go [https://yarnpkg.com/zh-Hans/](https://yarnpkg.com/zh-Hans/) download `yarn`
* You don't have a `react-native-cli`.
so go [https://facebook.github.io/react-native/](https://facebook.github.io/react-native/) and download this `cli`.
If you have any problems, please make a `Issue`.