Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gauravtiwari/webpacker-elm

Using elm with webpacker
https://github.com/gauravtiwari/webpacker-elm

Last synced: 18 days ago
JSON representation

Using elm with webpacker

Awesome Lists containing this project

README

        

# Webpacker with elm

```bash
rails new webpacker-elm -d postgresql -J -T --webpack=elm
bundle exec rails g controller pages index

<%= javascript_pack_tag 'hello_elm' %>

root to: 'pages#index'
```