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 start
to launch the development server, with hot reloadingnpm run build:library
to build the module as a librarynpm run build:standalone
to create a standalone app. In practice this command is not needednpx serve build
to serve the aforementioned standalone app (you may have to runnpm install -g serve
before)