Skip to content

Instantly share code, notes, and snippets.

@neslinesli93
Created September 29, 2019 12:35
Show Gist options
  • Save neslinesli93/270baf365b5454bf9e09ef89f68a9cd2 to your computer and use it in GitHub Desktop.
Save neslinesli93/270baf365b5454bf9e09ef89f68a9cd2 to your computer and use it in GitHub Desktop.
Complete app.js for Phoenix LiveView
import "../css/app.css";
import { Socket } from "phoenix";
import LiveSocket from "phoenix_live_view";
let liveSocket = new LiveSocket("/live", Socket);
liveSocket.connect();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment