Last active
June 27, 2017 09:03
-
-
Save VictorVelarde/7d4ee7b086da20060a7798cd2e324d07 to your computer and use it in GitHub Desktop.
react + leaflet + material Project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
create-react-app my-app | |
cd my-app | |
# Leaflet | |
npm install --save leaflet | |
# Material-UI | |
npm install --save react-tap-event-plugin | |
npm install --save material-ui | |
# Grid | |
npm install --save react-grid-system | |
# Plugins geo | |
# npm install --save geojson-vt | |
npm install --save leaflet.vectorgrid | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment