Skip to content

philiplambok/crud-vue-rails

Repository files navigation

Simple CRUD Vue-Rails app

See how i build this in the commit history

Dependencies

  • Rspec (include capybara and selenium_driver)
  • Webpacker (include Vue.js)
  • Bootstrap
  • Font awesome (icon stuff)
  • Foreman

How to install

  1. bundle install
  2. yarn install
  3. bundle exec rails db:migrate
  4. foreman start