leompeters / trello-clone

Demo of Trello using Rails and Vue.js.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TRELLO clone

Demo of Trello using Rails and Vue.js.

Quick Start

  1. Setup your project gems/libraries environment installing RVM.

    $ rvm install 2.5.3
    $ rvm use 2.5.3@trello-clone --create
  2. Install libraries.

    $ bundle install
    $ yarn install
  3. Prepare the database:

    $ rails db:setup
  4. Run the server

    $ rails s

Analytics

About

Demo of Trello using Rails and Vue.js.


Languages

Language:Ruby 69.9%Language:HTML 20.9%Language:JavaScript 5.7%Language:CSS 2.5%Language:Vue 0.5%Language:CoffeeScript 0.5%