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

https://github.com/jayantita/parkc-app

Parking Counter using NextJS and Firebase (Final Project - Requirement Engineering)
https://github.com/jayantita/parkc-app

firebase nextjs

Last synced: about 2 months ago
JSON representation

Parking Counter using NextJS and Firebase (Final Project - Requirement Engineering)

Awesome Lists containing this project

README

          

# 🍃 Next.js Leaflet Starter

Jumpstart your new Next.js mapping project with Leaflet!

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

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

## 🚀 Getting Started

### Requirements
* [Yarn](https://yarnpkg.com/en/)

### Quick Start
```
yarn create next-app -e https://github.com/colbyfayock/next-leaflet-starter
# or
npm run create-next-app -e https://github.com/colbyfayock/next-leaflet-starter
```

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

```bash
yarn 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.