Skip to content

thestrox/boggle

Repository files navigation

README

This is a boggle game developed using Ruby on Rails and React.

  • System dependencies

    • Ruby 2.6.5
    • Rails 6.0.2
    • Node 12.13.0
    • Yarn 1.22.0
    • React 16.12.0
  • Configuration

    Run the application using following series of commands:

    gem install bundler
    bundle install
    yarn install
    rails s
    

    You can now play the boggle game from http://localhost:3000/

  • How to run the test suite

    • Run Rails test using
      rails test
      
    • Run React test using
      yarn test
      
  • References

About

Boggle game made in rails and react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages