This is a Ruby on Rails and Vue.js based game.
Ruby 2.6.3
Rails 5.2.4.2
Node : v10.15.3
Yarn: 1.15.2
Vue JS 3.8.4
Step 1: Install all the related package.
Open of a terminal window in the root of the project /gameboggle and type :
Run bundle install
Step 2: Install the necessary node packages:
Run yarn install
Step 3: Run the server:
Run rails server
Run ./bin/webpack-dev-server
to start and compile the webpack assets
Testing the Rails APIs
Run bundle exec rspec
Run yarn run jest
to run javscript test
Run yarn run jest -- u
to update snapshot