/leaflet-react

Playground for testing Leaflet features with React

Primary LanguageTypeScriptMIT LicenseMIT

Leaflet 🌱 React Work in progress

Playground for testing Leaflet features with React

GitHub workflow status Language grade Total alerts

What's included

Setup

$ npm install

Develop

$ npm run dev

Source files are located in src.

Linting files

$ npm run lint # or lint:fix

Build for production

$ npm run build
$ npm start

Static version

$ npm run export

Files will be exported to the dist folder.

Testing

$ npm test

Tests are are located in the __tests__ folder.

See the package.json file for more commands.

Links

License

MIT