Encartes-web/README.md
Adrien Vannson 5aac8538cb
README
2022-10-08 14:25:00 +02:00

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.