https://github.com/maxbeizer/support
Getting started with Phoenix with Scrogson
https://github.com/maxbeizer/support
Last synced: about 1 year ago
JSON representation
Getting started with Phoenix with Scrogson
- Host: GitHub
- URL: https://github.com/maxbeizer/support
- Owner: maxbeizer
- Created: 2015-09-22T01:06:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T02:29:30.000Z (over 10 years ago)
- Last Synced: 2025-03-26T21:09:20.877Z (about 1 year ago)
- Language: Elixir
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Support
From [https://github.com/scrogson/taking-off-with-phoenix](https://github.com/scrogson/taking-off-with-phoenix)
To start your Phoenix app:
1. Install dependencies with `mix deps.get`
2. Create and migrate your database with `mix ecto.create && mix ecto.migrate`
3. Start Phoenix endpoint with `mix phoenix.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](http://www.phoenixframework.org/docs/deployment).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: http://phoenixframework.org/docs/overview
* Docs: http://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix