Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Rails Stimulus Webpack Bootstrap starter pack

Notifications You must be signed in to change notification settings

noroot/rails-stimulus-bootstrap-starter-pack

Repository files navigation

Rails + Stimulus + Webpack + Bootstrap 4

Combination of my favourite web stack with piece of modern stuff.

Requirements

  • Yarn
  • Rails > 5

How to

  • git checkout
  • bundle install
  • Start developer webpack ./bin/webpack-dev-server
  • Start Rails server rails s
  • Ready to use at http://localhost:3000

Changelog

[1.0.1] - 2018-01-25

  • Add rails-ujs and turbolinks back to loading inside application.js

[1.0.0] - 2018-01-23

  • Webpack 4
  • Babel 7

Credits