18 lines
645 B
1
# Blog
2
3
To start your Phoenix server:
4
5
* Run `mix setup` to install and setup dependencies
6
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
7
8
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
9
10
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
11
12
## Learn more
13
14
* Official website: https://www.phoenixframework.org/
15
* Guides: https://hexdocs.pm/phoenix/overview.html
16
* Docs: https://hexdocs.pm/phoenix
17
* Forum: https://elixirforum.com/c/phoenix-forum
18
* Source: https://github.com/phoenixframework/phoenix
19