Simple public chat using Ruby on Rails and Vue.js.
- Ruby v.2.6.1
- Yarn
- Foreman (optional)
git clone git@github.com:dbuksha-wis/minichat.git && cd ./minichat
bundle install
yarn install
bundle exec rspec spec
You can use Foreman to start the app:
foreman start
Or you can start by yourself:
bin/rails s
bin/webpack-dev-server
Open http://127.0.0.1:3000