mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-23 13:22:02 +03:00
15 lines
224 B
Markdown
15 lines
224 B
Markdown
# esteem-mobile
|
|
|
|
````
|
|
$ git clone https://github.com/esteemapp/esteem-mobile.git
|
|
$ cd esteem-mobile
|
|
$ npm install
|
|
$ react-native start
|
|
````
|
|
|
|
Run on Device/Emulator
|
|
````
|
|
$ react-native run-ios
|
|
$ react-native run-android
|
|
````
|