1
1
mirror of https://github.com/theoludwig/p61-project.git synced 2024-07-17 07:00:12 +02:00
Un tracker d'habitudes pour performer au boulot et dans la vie de tous les jours. (Study project)
Go to file
2024-02-22 21:40:50 +01:00
.husky chore: add lint-staged and husky 2024-02-16 23:06:23 +01:00
.vscode chore: initial commit 2024-02-16 22:51:50 +01:00
app chore: add lint-staged and husky 2024-02-16 23:06:23 +01:00
assets chore: initial commit 2024-02-16 22:51:50 +01:00
components chore: initial commit 2024-02-16 22:51:50 +01:00
hooks chore: initial commit 2024-02-16 22:51:50 +01:00
tests chore: initial commit 2024-02-16 22:51:50 +01:00
.commitlintrc.json chore: add lint-staged and husky 2024-02-16 23:06:23 +01:00
.editorconfig chore: initial commit 2024-02-16 22:51:50 +01:00
.eslintrc.json chore: initial commit 2024-02-16 22:51:50 +01:00
.gitattributes chore: initial commit 2024-02-16 22:51:50 +01:00
.gitignore chore: add lint-staged and husky 2024-02-16 23:06:23 +01:00
.gitlab-ci.yml ci: setup .gitlab-ci.yml 2024-02-16 23:07:13 +01:00
.lintstagedrc.json chore: add lint-staged and husky 2024-02-16 23:06:23 +01:00
.npmrc chore: initial commit 2024-02-16 22:51:50 +01:00
.prettierrc.json chore: initial commit 2024-02-16 22:51:50 +01:00
app.json chore: initial commit 2024-02-16 22:51:50 +01:00
babel.config.js chore: initial commit 2024-02-16 22:51:50 +01:00
jest.config.json chore: initial commit 2024-02-16 22:51:50 +01:00
package-lock.json build(deps): update Expo dependencies 2024-02-22 21:40:50 +01:00
package.json build(deps): update Expo dependencies 2024-02-22 21:40:50 +01:00
react-app-env.d.ts chore: initial commit 2024-02-16 22:51:50 +01:00
README.md chore: initial commit 2024-02-16 22:51:50 +01:00
SUJET.md chore: initial commit 2024-02-16 22:51:50 +01:00
tsconfig.json chore: initial commit 2024-02-16 22:51:50 +01:00

P61 - Projet

À propos

Application mobile en React Native pour le projet du module P61 Développement avancé.

Sujet

Membres du Groupe 7

Prérequis

Installation

npm clean-install

Usage

# Run the application
npm run start

# Lint and Test
npm run lint:prettier
npm run lint:eslint
npm run lint:typescript
npm run test