Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 686 Bytes

README.md

File metadata and controls

50 lines (25 loc) · 686 Bytes

README

Boggle Game

This is a Ruby on Rails and Vue.js based game.

Built with

Ruby 2.6.3

Rails 5.2.4.2

Node : v10.15.3

Yarn: 1.15.2

Vue JS 3.8.4

To start Game

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

Webpack

Run ./bin/webpack-dev-server to start and compile the webpack assets

Rspec Testing

Testing the Rails APIs

Run bundle exec rspec

Vue testing

Run yarn run jest to run javscript test

Run yarn run jest -- u to update snapshot