Last active
January 13, 2016 22:12
-
-
Save Gazler/86c6f56b085ea2b4046e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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