ecency-mobile/README.md

15 lines
224 B
Markdown
Raw Normal View History

2018-07-20 16:26:50 +03:00
# esteem-mobile
````
$ git clone https://github.com/esteemapp/esteem-mobile.git
$ cd esteem-mobile
$ npm install
2018-07-20 16:27:57 +03:00
$ react-native start
2018-07-20 16:26:50 +03:00
````
2018-07-20 16:28:44 +03:00
Run on Device/Emulator
2018-07-20 16:26:50 +03:00
````
2018-07-20 16:28:44 +03:00
$ react-native run-ios
2018-07-20 16:27:57 +03:00
$ react-native run-android
2018-07-20 16:26:50 +03:00
````