This module implements the React app "French register of deceased persons" ("Fichier des décès de l'Insee").
- See FlorianCassayre/insee-db for the backend API.
- See arbre-app/arbre.app for the actual integration of that module.
Initially, run npm install to fetch and install the dependencies. Then:
npm startto launch the development server, with hot reloadingnpm run build:libraryto build the module as a librarynpm run build:standaloneto create a standalone app. In practice this command is not needednpx serve buildto serve the aforementioned standalone app (you may have to runnpm install -g servebefore)