mirror of
https://github.com/theoludwig/p61-project.git
synced 2024-07-17 07:00:12 +02:00
40 lines
710 B
Markdown
40 lines
710 B
Markdown
# P61 - Projet
|
|
|
|
## À propos
|
|
|
|
Application mobile en React Native pour le projet du module P61 Développement avancé.
|
|
|
|
[Sujet](./SUJET.md)
|
|
|
|
## Membres du Groupe 7
|
|
|
|
- [Théo LUDWIG](https://git.unistra.fr/t.ludwig)
|
|
- [Haoxuan LI](https://git.unistra.fr/haoxuan.li)
|
|
- [Maxime RUMPLER](https://git.unistra.fr/m.rumpler)
|
|
- [Maxime RICHARD](https://git.unistra.fr/maximerichard)
|
|
|
|
## Prérequis
|
|
|
|
- [Node.js](https://nodejs.org/) >= 20.0.0
|
|
- [npm](https://www.npmjs.com/) >= 10.0.0
|
|
- [Expo Go](https://expo.io/client)
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
npm clean-install
|
|
```
|
|
|
|
## Usage
|
|
|
|
```sh
|
|
# Run the application
|
|
npm run start
|
|
|
|
# Lint and Test
|
|
npm run lint:prettier
|
|
npm run lint:eslint
|
|
npm run lint:typescript
|
|
npm run test
|
|
```
|