Mobile app in React Native
- npm install
- cd FidelCly
- expo start
- http://localhost:19002/ mettre la connection en "Tunnel" puis scanner le QR Code via l'application Expo Go disponible dans les stores
- Cliquer sur "Run in web browser" - Un nouvel onglet s'ouvre http://localhost:19006/
Avant de push des changements, il faut:
- Linter et formater le code:
npm run format
npm run lint -- --fix