Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 338 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 338 Bytes

nextjs-google-map-react

Demo of google-map-react@1.0.0 and Next.js.

node -v # >= 8 
npm install 

Then just run npm run dev and go to http://localhost:3000. To use another port, you can run npm run dev -- -p <your port here>.

After dev, try

npm run build
npm run start