Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 491 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 491 Bytes

BitstylesPhoenix Demo

To start your Demo server:

  • Install asdf
  • Install Elixir, Erlang & node with asdf asdf install
  • Install dependencies with mix deps.get
  • Install node modules with (cd assets && npm install)
  • 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.

Run integration tests

mix test