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 runrails s
to start rails server atlocalhost:3000
- cd into
bird-is-the-word-client
directory and runnpm install && npm start
to start front-end server atlocalhost:3001
- navigate to
localhost:3001
in your browser to view the app
See more detailed project description on Medium