Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 838 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 838 Bytes

insee-deces-front

Live website

This module implements the React app "French register of deceased persons" ("Fichier des décès de l'Insee").

Development

Initially, run npm install to fetch and install the dependencies. Then:

  • npm start to launch the development server, with hot reloading
  • npm run build:library to build the module as a library
  • npm run build:standalone to create a standalone app. In practice this command is not needed
  • npx serve build to serve the aforementioned standalone app (you may have to run npm install -g serve before)