esrom/ui
Pim Kunis 29b952303a Port the frontend.
Enable ethernet connection.
2019-07-14 00:28:47 +02:00
..
assets init 2019-07-13 20:16:46 +02:00
config init 2019-07-13 20:16:46 +02:00
lib Port the frontend. 2019-07-14 00:28:47 +02:00
priv/gettext init 2019-07-13 20:16:46 +02:00
test init 2019-07-13 20:16:46 +02:00
.formatter.exs init 2019-07-13 20:16:46 +02:00
.gitignore init 2019-07-13 20:16:46 +02:00
mix.exs init 2019-07-13 20:16:46 +02:00
mix.lock init 2019-07-13 20:16:46 +02:00
README.md init 2019-07-13 20:16:46 +02:00

Ui

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with cd assets && npm install
  • 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.

Learn more