Playground for testing Leaflet features with React
$ npm install
$ npm run dev
Source files are located in src
.
$ npm run lint # or lint:fix
$ npm run build
$ npm start
$ npm run export
Files will be exported to the dist
folder.
$ npm test
Tests are are located in the __tests__
folder.
See the
package.json
file for more commands.