phoenix-and-elm-landing-page icon indicating copy to clipboard operation
phoenix-and-elm-landing-page copied to clipboard

Repo for my "Phoenix and Elm landing page " tutorial series

Phoenix and Elm landing page

http://codeloveandboards.com/images/blog/phoenix-elm-landing-page/landing-page-9e2448ef.jpg

Tutorial

  1. Bootstrapping the project and the basic API functionality to save our first leads
  2. Building the landing page UI and the basic Elm subscription form
  3. Adding Google reCAPTCHA support to avoid spambots

Instructions

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

  • Official website: http://www.phoenixframework.org/
  • Guides: http://phoenixframework.org/docs/overview
  • Docs: https://hexdocs.pm/phoenix
  • Mailing list: http://groups.google.com/group/phoenix-talk
  • Source: https://github.com/phoenixframework/phoenix