hugocruzlfc / google-maps-to-nextjs

Integration of the Google Maps api in Next's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Docs

Important Information

  • This project uses the google maps api to display the map. You will need to create a google maps api key and add it to the .env.local file. The key should be added to the NEXT_PUBLIC_GOOGLE_MAPS_API_KEY variable.

About

Integration of the Google Maps api in Next's


Languages

Language:TypeScript 87.3%Language:CSS 9.3%Language:JavaScript 3.5%