Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 808 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 808 Bytes

LiveHackerNews

A smallish feature deficient realtime Hacker News Clone leveraging Phoenix LiveView & Channels

As posted here

To start app:

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

Now you can visit localhost:4000 from your browser.

Learn more about Phoenix Framework here