Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 898 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 898 Bytes

Peepchat

See [Building a performant real-time web app with Ember Fastboot and Phoenix] (https://medium.com/peep-stack/building-a-performant-web-app-with-ember-fastboot-and-phoenix-part-1-fa1241654308#.fmadlqv8e)

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.create && mix ecto.migrate
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

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

Learn more