An open API service indexing awesome lists of open source software.

https://github.com/simonh1000/elm-phoenix-starter

Elixir / Phoenix - Elm starter (powered by Gulp)
https://github.com/simonh1000/elm-phoenix-starter

Last synced: about 2 months ago
JSON representation

Elixir / Phoenix - Elm starter (powered by Gulp)

Awesome Lists containing this project

README

        

# Phoenix - Elm (powered by Gulp)

To start your Phoenix app:

* Install Phoenix dependencies with `mix deps.get`
* Install node dependencies with `npm install`
* Install Elm dependencies with `elm-package install -y`
* Start Phoenix endpoint with `mix phoenix.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.