https://github.com/vasuadari/skeleton-elixir
Scaffolded phoenix application.
https://github.com/vasuadari/skeleton-elixir
elixir phoenix
Last synced: 5 months ago
JSON representation
Scaffolded phoenix application.
- Host: GitHub
- URL: https://github.com/vasuadari/skeleton-elixir
- Owner: vasuadari
- Created: 2019-09-18T18:42:52.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:43:34.000Z (over 3 years ago)
- Last Synced: 2025-06-29T11:50:26.958Z (12 months ago)
- Topics: elixir, phoenix
- Language: Elixir
- Homepage:
- Size: 374 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skeleton
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 `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix