No description
Find a file
2020-07-02 16:08:53 -05:00
assets feat: Commit initially 2020-07-02 16:08:53 -05:00
config feat: Commit initially 2020-07-02 16:08:53 -05:00
lib feat: Commit initially 2020-07-02 16:08:53 -05:00
priv feat: Commit initially 2020-07-02 16:08:53 -05:00
script feat: Commit initially 2020-07-02 16:08:53 -05:00
test feat: Commit initially 2020-07-02 16:08:53 -05:00
.formatter.exs feat: Commit initially 2020-07-02 16:08:53 -05:00
.gitignore feat: Commit initially 2020-07-02 16:08:53 -05:00
.tool-versions feat: Commit initially 2020-07-02 16:08:53 -05:00
Brewfile feat: Commit initially 2020-07-02 16:08:53 -05:00
Brewfile.lock.json feat: Commit initially 2020-07-02 16:08:53 -05:00
mix.exs feat: Commit initially 2020-07-02 16:08:53 -05:00
mix.lock feat: Commit initially 2020-07-02 16:08:53 -05:00
README.md feat: Commit initially 2020-07-02 16:08:53 -05:00

Legendary

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