Skip to content

imamulakhyar93/rails-realtime-chat-app

Repository files navigation

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

About

This is a demo realtime chat application build using ActionCable, Turbo, Stimulus and Tailwind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published