Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 400 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 400 Bytes

ENcarteS - Web Interface

The interface is made with React and Material UI. It also uses Leaflet to display the map.

Deployment

The app can be run in developement mode with npm start. Open http://localhost:3000 to view it in your browser.

To build the app for production, run npm run build. The code to upload on the webserver is generated in the build folder.