0.1.0 • Published 4 years ago

gatsby-recipe-react-leaflet v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

🍃 Gatsby Recipe React Leaflet

React Leaflet is a component library bringing React Components to Leaflet.

Add to an Existing Gatsby Project

gatsby recipes https://raw.githubusercontent.com/colbyfayock/gatsby-recipe-react-leaflet/master/react-leaflet.mdx

Starting from Scratch

  • Create a new Gatsby site and navigate
gatsby new my-gatsby-react-leaflet-app https://github.com/gatsbyjs/gatsby-starter-hello-world
  • Navigate to the directory
cd my-gatsby-react-leaflet-app
  • Upgrade to the latest version of Gatsby
npm upgrade --latest
yarn upgrade --latest
  • Run the recipe
gatsby recipes https://raw.githubusercontent.com/colbyfayock/gatsby-recipe-react-leaflet/master/react-leaflet.mdx
  • Start your development server
gatsby develop
npm run develop
yarn develop