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)
- Host: GitHub
- URL: https://github.com/simonh1000/elm-phoenix-starter
- Owner: simonh1000
- Created: 2016-07-14T19:31:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T18:50:44.000Z (almost 9 years ago)
- Last Synced: 2025-02-14T19:54:49.635Z (4 months ago)
- Language: Elixir
- Homepage:
- Size: 92.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.