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

https://github.com/tb/rails-webpack-example

Rails Webpack integration example
https://github.com/tb/rails-webpack-example

Last synced: 9 months ago
JSON representation

Rails Webpack integration example

Awesome Lists containing this project

README

          

# Rails5 Webpack

Example [webpack-rails](https://github.com/mipearson/webpack-rails) project

## Installing

bundle
cd frontend
npm i

[Upgrading frontend packages](https://www.npmjs.com/package/npm-check-updates)

## Development

rails s
cd frontend
npm start

## Production

RAILS_ENV=production rails s
npm run build:prod