❯ git clone https://github.com/Wolf-Nathan/Set-Life.git
❯ cd .\SetLife\
❯ yarn install
❯ yarn start
Scannez le QR-Code avec l'application Expo pour commencer à utiliser SetLife.
Quand des packages ou des modules sont rajoutés au projet, mettre à jour la branche master git pull -p, puis une fois toutes les nouveautés récupérées lancer la commande yarn install.
Lien pour ajouter Eslint la configuration Eslint du projet à VSCode https://travishorn.com/setting-up-eslint-on-vs-code-with-airbnb-javascript-style-guide-6eb78a535ba6
Tester la syntaxe du projet yarn run lint.
Fixer les erreurs de syntaxes basiques yarn run lint --fix.
Documenter son code selon les normes indiquées ici https://github.com/reactjs/react-docgen#proptypes .
Pour générer la documentation d'un fichier yarn run react-docgen [path]
