misho85 / gatsby-starter-leaflet

A Gatsby starter with Leafet!

Home Page:https://gatsby-starter-leaflet.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby Leaflet Starter

Jumpstart your next Gatsby mapping project with Leaflet!

What This Includes

Getting Started

Requirements

Quick Start

Run the following in your favorite terminal:

gatsby new [directory] https://github.com/colbyfayock/gatsby-starter-leaflet

Starting from Scratch

yarn global add gatsby-cli
  • Inside the directory of your choice, scaffold a new Gatsby site:
gatsby new [directory] https://github.com/colbyfayock/gatsby-starter-leaflet

For example, if I want my installation in ~/Code/new-gatsby-site, I would navigate to ~/Code and run:

gatsby new new-gatsby-site https://github.com/colbyfayock/gatsby-starter-leaflet
  • Navigate to your new directory and run:
yarn develop
  • You should now be running a new Gatsby site locally! 🎉

About

A Gatsby starter with Leafet!

https://gatsby-starter-leaflet.netlify.com

License:MIT License


Languages

Language:JavaScript 68.1%Language:CSS 31.9%