Skip to content

Latest commit

 

History

History
62 lines (30 loc) · 824 Bytes

README.md

File metadata and controls

62 lines (30 loc) · 824 Bytes

A Boggle Game

This is a Ruby on Rails and React.js based implementation of the Boggle game.

Here is The demo on Heroku

Built with

  • Ruby 2.5.1

  • Rails 6.0.2

  • Node : v10.18.1

  • npm : 6.13.4

  • Yarn : 1.21.1

  • React JS 16.12.0

Quick Start

You need to have bundler installed in your system.

Step 1: You can install it by typing:

$ gem install bundler

Step 2: Install all the related package.

Open of a terminal window in the root of the project /boggle_game_rails_react and type :

$ bundle install

Step 3: Install the necessary node packages:

$ yarn install or 
$ npm install

Step 4: Run the server:

$ rails s