Skip to content

gventuri/react-rails-tic-tac-toe

Repository files navigation

README

This is a very simple multiplayer TicTacToe project created with ReactJS and Ruby on Rails.

SETUP

To setup to project, follow the following steps:

  • Run git clone git@github.com:gventuri/react-rails-tic-tac-toe.git to clone the repo to your local machine.
  • Run cd react-rails-tic-tac-toe to go to the project folder.
  • Run rails db:create to setup the db.

RUN

To run the project, just run rails s. It will start your project on http://localhost:3000

TEST

  • To test the backend: rails test.
  • To test the frontent: yarn test.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published