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
- Host: GitHub
- URL: https://github.com/dynamo63/coudou
- Owner: dynamo63
- Created: 2021-01-29T11:23:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T15:00:23.000Z (over 5 years ago)
- Last Synced: 2025-02-22T09:37:29.142Z (over 1 year ago)
- Language: JavaScript
- Size: 50.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)