mirror of
https://gitlab.aliens-lyon.fr/encartes/web-interface.git
synced 2026-03-17 22:51:04 +01:00
10 lines
400 B
Markdown
10 lines
400 B
Markdown
# 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.
|