Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.16 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.16 KB

RSpec & Jest

rails-realtime-chat-app

Screenshot

This is a demo realtime chat application build using ActionCable, Turbo, Stimulus and Tailwind. See the demo on heroku.

Installation & Usage

Run following command to install bundle & dependencies:

  • bundle install
  • yarn install or npm install

Setup database rails db:create && rails db:migrate

Run your server rails s

Testing

Rspec

Run rspec --format progress --format documentation --profile

Jest

Run yarn test or npm test