- Node.js
- npm (See: https://www.theodinproject.com/lessons/foundations-installing-node-js or https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- Vite
- React
- leaflet
- react-leaflet
- styled-components
- leaflet-control-geocoder
- reactjs-popup
- autolinker
- leaflet-hash
- react-dom
- Install Node.js & npm
- At first run 'npm install' or 'npm i' to install the dependencies
- Use 'npm run dev' for live deployment while developing (localhost uri will be shown on the terminal)
- Use 'npm run preview' for previewing the build locally (localhost uri will be shown on the terminal)
- Use 'npm run build' to create a single-file to run the project as a local html-file before deployment