/kanban-board

Trello clone built using React, Redux, and Ruby on Rails

Primary LanguageSCSS

How to set up the application

  • Run bundle install from the root directory to install ruby dependencies
  • Run yarn install to install npm packages
  • Run rails db:setup to setup the database
  • rails s to start the application