Current section

Files

Jump to
raxx_kit priv template bin start.sh.eex
Raw

priv/template/bin/start.sh.eex

<%= if @docker do %>mix deps.get
<%= if @node_assets do %>(cd lib/<%= @name %>/www ; npm install)<% end %>
elixir --sname app -S mix run --no-halt
<% end %>