legendary-doc-site/apps/app
2020-08-22 10:01:04 -05:00
..
assets fix: Re-style sign in form 2020-08-22 10:01:04 -05:00
lib chore: Fix a variety of warnings 2020-08-13 15:59:49 -05:00
priv feat: Add good basic page templates 2020-07-30 16:05:09 +00:00
test feat: Add good basic page templates 2020-07-30 16:05:09 +00:00
.formatter.exs feat: Generate end-developer app 2020-07-29 12:07:36 -05:00
.gitignore feat: Generate end-developer app 2020-07-29 12:07:36 -05:00
mix.exs chore: Expand test coverage 2020-08-13 20:21:43 +00:00
README.md feat: Generate end-developer app 2020-07-29 12:07:36 -05:00

App

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • 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