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

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

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.