You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
356 B
17 lines
356 B
6 years ago
|
## React Native Quiz App
|
||
|
|
||
|
A simple cross platform (iOS and Android) React Native quiz app.
|
||
|
|
||
|

|
||
|

|
||
|
|
||
|
### Installation
|
||
|
|
||
|
- `git clone ssh://git@2.238.194.8:2222/git/vds_quiz.git`
|
||
|
- `yarn install`/`npm install`
|
||
|
|
||
|
### Running
|
||
|
|
||
|
- `yarn run ios`/`npm run ios` or `yarn run android`/`npm run android`
|
||
|
|