Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gauravtiwari/webpacker-elm
- Owner: gauravtiwari
- Created: 2017-12-22T18:05:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T18:07:14.000Z (about 7 years ago)
- Last Synced: 2024-11-25T12:42:05.719Z (28 days ago)
- Language: Ruby
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```