All Projects → bigardone → phoenix-and-elm-landing-page

bigardone / phoenix-and-elm-landing-page

Licence: other
Repo for my "Phoenix and Elm landing page " tutorial series

Programming Languages

javascript
184084 projects - #8 most used programming language
elixir
2628 projects
elm
856 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to phoenix-and-elm-landing-page

coophub
Cooperatives repos over the world! 🌈🌎
Stars: ✭ 53 (+278.57%)
Mutual labels:  phoenix-framework
java-phoenix-channel
Phoenix Channel Java Client written in Kotlin
Stars: ✭ 20 (+42.86%)
Mutual labels:  phoenix-framework
phoenix-postgresql-notify-listen-example
Publish/subscribe with PostgreSQL and Phoenix Framework
Stars: ✭ 16 (+14.29%)
Mutual labels:  phoenix-framework
tutorials as code
so that stuff read/seen don't get muddled up with time
Stars: ✭ 42 (+200%)
Mutual labels:  phoenix-framework
chartjs-web-components
the web components for chartjs
Stars: ✭ 50 (+257.14%)
Mutual labels:  webcomponents
phoenix-rethinkdb-elm-webpack-example
Rephink: A real-time stack based on Phoenix Framework, RethinkDB, Elm, Webpack
Stars: ✭ 16 (+14.29%)
Mutual labels:  phoenix-framework
bce.design
minimal magic, minimal tooling, essential dependencies, high productivity, no transpilations and no migrations. The Web Components starter ships with integrated lit-html, redux-toolkit and vaadin router components.
Stars: ✭ 67 (+378.57%)
Mutual labels:  webcomponents
TemplateEngine
Design and build web applications with components using only your web browser
Stars: ✭ 41 (+192.86%)
Mutual labels:  webcomponents
biotope-element
A web component
Stars: ✭ 15 (+7.14%)
Mutual labels:  webcomponents
rockiot-ui
Webcomponent for IoT Dashboards, HTML Gauges and more
Stars: ✭ 42 (+200%)
Mutual labels:  webcomponents
hackernews-example
An NX Hacker News clone with real-time updates and animations.
Stars: ✭ 56 (+300%)
Mutual labels:  webcomponents
phoenix live view tablefilter
Table Filter with Phoenix LiveView
Stars: ✭ 15 (+7.14%)
Mutual labels:  phoenix-framework
blog
An example Phoenix 1.3 application
Stars: ✭ 14 (+0%)
Mutual labels:  phoenix-framework
lego
🚀 Web-components made lightweight & Future-Proof.
Stars: ✭ 69 (+392.86%)
Mutual labels:  webcomponents
phx raws
Raw websocket server on top of Phoenix.
Stars: ✭ 27 (+92.86%)
Mutual labels:  phoenix-framework
mm-components
Music Markups components
Stars: ✭ 50 (+257.14%)
Mutual labels:  webcomponents
ucx chat
UcxUcc is a simple but powerful team collaboration suite of applications designed to improve communications, information sharing and productivity for the businesses small and large.
Stars: ✭ 54 (+285.71%)
Mutual labels:  phoenix-framework
wc
A simple spinning loading web component based on the one from macOS
Stars: ✭ 47 (+235.71%)
Mutual labels:  webcomponents
skeleton-carousel
Carousel component. Horizontal and vertical swipe navigation
Stars: ✭ 31 (+121.43%)
Mutual labels:  webcomponents
lit-components
Moved to https://github.com/vaadin/component-mixins
Stars: ✭ 59 (+321.43%)
Mutual labels:  webcomponents

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].