# 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](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.