Elm & Elixir/Phoenix
An application for user management.
Getting Started
To start your Phoenix app:
- Clean out artifact dependencies and install fresh dependencies
rm -rf _build deps mix.lock && mix deps.clean --unused && mix deps.get
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Install npm packages
npm install && elm package install
- Compile Sass and JavaScript files
gulp build
- Start Phoenix endpoint with
mix phoenix.server
Now you can visit localhost:4000
from your browser.
Learn more about Phoenix
- 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
Things to do (prioritised)
- Filtering results by id and name
- Update action
- Routing