/dresssed-rails5-engines

An example app with Rails 5 and Engines

Primary LanguageRuby

README

  1. Clone this repo
  2. Export your Dresssed theme key: export DRESSSED_KEY=<put your key here>
  3. bundle install
  4. bundle exec rake db:create db:migrate
  5. bin/rails s

Then visit http://localhost:3000. See the main app has customers scaffold. See that there's an engine mounted under /userengine. See that there's a link to the user engine from the main app root index.