An open API service indexing awesome lists of open source software.

https://github.com/dynamo63/coudou

Url Shortener Mobile App
https://github.com/dynamo63/coudou

Last synced: 11 months ago
JSON representation

Url Shortener Mobile App

Awesome Lists containing this project

README

          

# coudou
Url Shortener Mobile App

## Requirements
Ce projet est utilise expo pour le developpement, il est donc necessaire d'avoir un compte sur [expo](https://expo.io/) pour le build de
de l'application sur android ou ios

## Installation
L'installation des dependances se font via [yarn](https://classic.yarnpkg.com/en/docs/install/#debian-stable) ou [npm](https://www.npmjs.com/)
```bash
yarn install
```

### Build l'application

- Pour Android
```bash
expo build:android -t apk
```

Pour plus d'information sur le build [ici](https://docs.expo.io/distribution/building-standalone-apps/)