https://github.com/zkayser/phoenix-elm-template
A starter repo with Phoenix, Elm 0.19, and Parcel
https://github.com/zkayser/phoenix-elm-template
elm parcel phoenix
Last synced: 9 months ago
JSON representation
A starter repo with Phoenix, Elm 0.19, and Parcel
- Host: GitHub
- URL: https://github.com/zkayser/phoenix-elm-template
- Owner: zkayser
- Created: 2018-10-24T18:40:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T23:31:53.000Z (over 7 years ago)
- Last Synced: 2025-05-01T14:16:03.441Z (about 1 year ago)
- Topics: elm, parcel, phoenix
- Language: Elixir
- Size: 196 KB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phoenix, Elm 0.19, and Parcel Template
This is a starter repo for Phoenix/Elm projects with Parcel.
Startup should work the same as a standard Phoenix project:
* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Changes to your `.elm` files under `assets/src` should be picked up in development
and reloaded on the fly.
Happy coding!