Writing a chat application with CableReady and StimuluxReflex.
- Run the
bundle install
- Run the migration
rails db:create && rails db:migrate
- Install the javascript dependencies with
yarn install
- Serve the app with
rails s
Writing a chat application with CableReady and StimuluxReflex.
bundle install
rails db:create && rails db:migrate
yarn install
rails s