Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 627 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 627 Bytes

birdistheword

Scrabble clone game React App with Rails API backend

To run locally:

  • download or clone the repo
  • start postgres server
  • cd into bird-is-the-word-api directory and run rails s to start rails server at localhost:3000
  • cd into bird-is-the-word-client directory and run npm install && npm start to start front-end server at localhost:3001
  • navigate to localhost:3001 in your browser to view the app

See more detailed project description on Medium

Demo