https://github.com/jbitton/word-finder
scrabble-type game for HPS
https://github.com/jbitton/word-finder
Last synced: 2 months ago
JSON representation
scrabble-type game for HPS
- Host: GitHub
- URL: https://github.com/jbitton/word-finder
- Owner: jbitton
- Created: 2018-12-01T04:45:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T06:53:48.000Z (over 7 years ago)
- Last Synced: 2025-01-29T00:31:32.143Z (over 1 year ago)
- Language: JavaScript
- Size: 252 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# word-finder
This project was made using React. Here's how to run the app:
```bash
$ git clone git@github.com:jbitton/word-finder.git
$ cd word-finder/
$ yarn install
$ yarn start
```
To build the application, run `yarn build`.
**NOTE**: For those of you running the clean React app, ignore the index.php file. That's for a class project.