imamulakhyar93 / rails-realtime-chat-app

This is a demo realtime chat application build using ActionCable, Turbo, Stimulus and Tailwind
0 stars 0 forks source link

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:

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