Skip to content

Based on the "real-time Twitter clone in 15 minutes with LiveView and Phoenix", from Chris McCord

Notifications You must be signed in to change notification settings

mellkior/phoenix-liveview-15m.twitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

15 minutes real time Twitter clone

Updated to use Phoenix ~> 1.6.
You can check the original implementation here, and the diff here

To start your Phoenix server:

  • Setup the project with mix setup
  • 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.

About

Based on the "real-time Twitter clone in 15 minutes with LiveView and Phoenix", from Chris McCord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 73.2%
  • CSS 18.5%
  • HTML 6.6%
  • JavaScript 1.7%