https://github.com/yivgha/check-map
https://github.com/yivgha/check-map
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yivgha/check-map
- Owner: Yivgha
- Created: 2024-02-23T07:42:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-23T07:45:46.000Z (over 1 year ago)
- Last Synced: 2024-02-23T08:39:24.959Z (over 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍃 Next.js Leaflet Starter
Jumpstart your new Next.js mapping project with Leaflet!

## ⚡ Quick Deploy
[](https://vercel.com/import/project?template=https://github.com/colbyfayock/next-leaflet-starter) [](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.