Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 351 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 351 Bytes

Stack

  • Front: React JS
  • Database: Firebase
  • Node & npm
  • Testing: Jest & Enzyme

Get started

Build and run the app using :

$ docker-compose up --build -remove-orphans

Launch tests :

$ docker-compose exec client npm test

The App should be App :

visit client : http://localhost:3000

To check the status :

$ docker-compose ps