Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.04 KB

App

A Simple Coin Cap clone I built with Phoenix LiveView. Screenshot from 2022-06-26 19-31-08 Screenshot from 2022-06-26 19-32-04

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Run npm install --prefix assets or cd assets && npm install or cd assets && yarn
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

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

Learn more