https://github.com/coletiv/blog-phoenix-live-view-google-maps
How to use Google Maps with Phoenix Live View
https://github.com/coletiv/blog-phoenix-live-view-google-maps
Last synced: 15 days ago
JSON representation
How to use Google Maps with Phoenix Live View
- Host: GitHub
- URL: https://github.com/coletiv/blog-phoenix-live-view-google-maps
- Owner: coletiv
- License: mit
- Created: 2020-07-08T15:27:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T22:51:26.000Z (almost 4 years ago)
- Last Synced: 2025-03-31T03:12:14.578Z (about 2 months ago)
- Language: Elixir
- Size: 114 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LiveViewGoogleMaps
To start your Phoenix server:
* Setup the project with `mix setup`
* Start Phoenix endpoint with `mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix