To start Erlangjobs Phoenix app:
- Install latest Elixir & Phoenix
- Install Node 9 with
https://github.com/nvm-sh/nvm - Install dependencies with
mix deps.get - Create and migrate your database with
mix ecto.create && mix ecto.migrate - Install Node.js dependencies with
cd assets && npm install && node node_modules/brunch/bin/brunch build - Start Phoenix endpoint with
mix phx.server
Now you can visit localhost:4004 from your browser.