esrom/ui
2019-07-31 12:39:30 +02:00
..
assets Fix socket connectivity on production. 2019-07-31 11:49:21 +02:00
config Remove phoenix config from nerves config. 2019-07-31 12:39:30 +02:00
lib Fix socket connectivity on production. 2019-07-31 11:49:21 +02:00
priv/gettext init 2019-07-13 20:16:46 +02:00
test move morse to seperate module 2019-07-14 15:05:45 +02:00
.formatter.exs init 2019-07-13 20:16:46 +02:00
.gitignore Enable setting config securely in firmware/config/secrets.exs 2019-07-14 23:54:06 +02:00
mix.exs move morse to seperate module 2019-07-14 15:05:45 +02:00
mix.lock Port morse code. 2019-07-14 17:23:37 +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