Editor to manage geographical information for MPDL hatnote.
Install dependencies:
npm install
Now, you can start a local web server by running:
npm run build-dev
npm run start
and then you can open http://localhost:3000 to view it in the browser.
Script | Description |
---|---|
npm run start | Runs the app in the development mode. |
npm run build-dev | Builds the app for development to the dist folder. |
npm run build-staging | Builds the app for staging to the dist folder. |
npm run build-prod | Builds the app for production to the dist folder. |
This app is a fork of crud-app by Safdar Jamal.