To start your Phoenix app:
- Install dependencies with
mix deps.get - Create and migrate your database with
mix ecto.create && mix ecto.migrate - Install frontend packages with
npm install - Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4000 from your browser.
To run in production, please, check official deployment guides.
- Elixir (
~> 1.5.2) - Phoenix Framework (
~> 1.3) - Ecto (
~> 3.0) - PostgreSQL (
9.6)
- Webpack
- Sass
- Slim
- ES6/ES7 JavaScript
- Angular (
4.4)