/react_leaflet_basics

Incoporate react into mapping modules, practice repository

Primary LanguageJavaScript

React Mapping Practice Repository

A number of exerciese to implement and apply what I learend in react in the field of wbmaps

to get started:

npm create vite

follow the instructions

cd folder of the project

Install dependecies: npm install

Run local server npm run dev

Install MaterialUI npm install @mui/material @emotion/react @emotion/styled

Install Icons npm install @mui/icons-material

Utilities for highlighting text in autosuggest and autocomplete components. npm install autosuggest-highlight --save