/react-leaflet-pwa

React Leaflet PWA

Primary LanguageJavaScriptMIT LicenseMIT

leaflet-react-app / Mi GPS Personal con React js


Progressive Web Application (PWA) developed with React js to tracking .gpx routes.

Deployment in production

Installing dependencies:

    npm i

Compiling for Vite js (React js):

    npm run build

Once this is done we will deploy the application. For this purpose, a statics file server can be used.

Serving for development

Run the following command:

    npm run dev