Skip to content

Instantly share code, notes, and snippets.

@Gazler
Last active January 13, 2016 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gazler/86c6f56b085ea2b4046e to your computer and use it in GitHub Desktop.
Save Gazler/86c6f56b085ea2b4046e to your computer and use it in GitHub Desktop.
* Install dependencies with `mix deps.get`<%= if ecto do %>
* Create and migrate your database with `mix ecto.create && mix ecto.migrate`<% end %><%= if html do %>
* Install Node.js dependencies with `npm install`<% end %>
* Start Phoenix endpoint with `mix phoenix.server`
1. Install dependencies with `mix deps.get`<%= if ecto do %>
2. Create and migrate your database with `mix ecto.create && mix ecto.migrate`<%= if html do %>
3. Install Node.js dependencies with `npm install`
4. Start Phoenix endpoint with `mix phoenix.server`<% else %>
3. Start Phoenix endpoint with `mix phoenix.server`<% end %><% else %>
2. Start Phoenix endpoint with `mix phoenix.server`<% end %>
1. Install dependencies with `mix deps.get`<%= if ecto do %>
1. Create and migrate your database with `mix ecto.create && mix ecto.migrate`<% end %><%= if html do %>
1. Install Node.js dependencies with `npm install`<% end %>
1. Start Phoenix endpoint with `mix phoenix.server`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment