ben-2 / foobartory-front

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was bootstrapped with Create React App, using the Redux and Redux Toolkit template.

FooBartory

Le projet est deployé en intégration continue sur Netlify et accessible à l'URL suivante : https://foobartory.netlify.app/ Les technos utilisées sont :

  • React
  • Easypeasy (surcouche de redux)
  • Github
  • Infra : Netlify pour déployer l'app
  • Tests unitaires : JEST
  • React-intl pour l'internationalisation
  • react-toastify pour les toasters

git clone

Cloner le projet à l'URL suivante : https://github.com/ben-2/foobartory-front.git

npm install

Pour installer les node_modules

npm run start

Démarrer l'application en mode développement.
Ouvre http://localhost:3000 pour voir l'application dans le navigateur.

npm run test

Lance le test runner en mode watch (JEST).

About


Languages

Language:TypeScript 91.1%Language:CSS 5.7%Language:HTML 3.2%