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)
.husky | ||
.vscode | ||
app | ||
assets | ||
components | ||
hooks | ||
tests | ||
.commitlintrc.json | ||
.editorconfig | ||
.eslintrc.json | ||
.gitattributes | ||
.gitignore | ||
.gitlab-ci.yml | ||
.lintstagedrc.json | ||
.npmrc | ||
.prettierrc.json | ||
app.json | ||
babel.config.js | ||
jest.config.json | ||
package-lock.json | ||
package.json | ||
react-app-env.d.ts | ||
README.md | ||
SUJET.md | ||
tsconfig.json |
P61 - Projet
À propos
Application mobile en React Native pour le projet du module P61 Développement avancé.
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