Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/colbyfayock/next-leaflet-starter

🍃 A Next.js starter with Leafet to quickly build React apps with a map!
https://github.com/colbyfayock/next-leaflet-starter

hacktoberfest leaflet leafletjs next nextjs react react-leaflet reactjs

Last synced: 2 months ago
JSON representation

🍃 A Next.js starter with Leafet to quickly build React apps with a map!

Lists

README

        

# 🍃 Next.js Leaflet Starter

Jumpstart your new Next.js mapping project with Leaflet!

## ⚡ Quick Deploy
[![Deploy with Vercel Now](https://zeit.co/button)](https://vercel.com/import/project?template=https://github.com/colbyfayock/next-leaflet-starter) [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/colbyfayock/next-leaflet-starter)

## 🧰 What This Includes
* [Next.js](https://nextjs.org/)
* [Leaflet](https://leafletjs.com/)
* [React Leaflet](https://react-leaflet.js.org)

## 🚀 Getting Started

### Requirements

### Quick Start

```
npx create-next-app -e https://github.com/colbyfayock/next-leaflet-starter
```

### Running the Project
First, run the development server:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.