Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 169 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 169 Bytes

README

Example test driven development with Rails 6 and Vue.js

How to install

$> bundle install
$> rspec
$> rails db:create
$> rails db:migrate
$> rails s