https://github.com/takeyuweb/rails-importmap-demo
This is a sample application that uses importmap-rails.
https://github.com/takeyuweb/rails-importmap-demo
importmap-rails rails7
Last synced: about 2 months ago
JSON representation
This is a sample application that uses importmap-rails.
- Host: GitHub
- URL: https://github.com/takeyuweb/rails-importmap-demo
- Owner: takeyuweb
- Created: 2022-01-20T06:55:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T08:27:21.000Z (over 4 years ago)
- Last Synced: 2025-07-03T12:07:25.264Z (12 months ago)
- Topics: importmap-rails, rails7
- Language: Ruby
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rails-importmap Demo
```
$ docker compose run app bin/rails db:create
$ docker compose up
```
Open http://localhost:3000 in your browser.