https://github.com/fastruby/no-sprockets-app
Sample application using Webpacker for all the assets
https://github.com/fastruby/no-sprockets-app
Last synced: 4 months ago
JSON representation
Sample application using Webpacker for all the assets
- Host: GitHub
- URL: https://github.com/fastruby/no-sprockets-app
- Owner: fastruby
- License: mit
- Created: 2021-07-20T20:54:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-20T21:45:47.000Z (over 4 years ago)
- Last Synced: 2025-08-17T22:46:00.733Z (4 months ago)
- Language: Ruby
- Size: 1.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NoSprocketsApp
Sample application using Webpacker for all the assets
# Font
The font used in the code is the free [Ubuntu font](https://design.ubuntu.com/font/) converted into different formats using [FontSquirrel](https://www.fontsquirrel.com/tools/webfont-generator).
# Run the sample app
Use `rails s` to start the Rails server.
Use `bin/webpack-dev-server` to start the Webpack server for hot reloading.