The game where you need to guess words related to cats. 🐈⬛ Meow!
The first project for the excellent The Joy of React course taught by Josh W Comeau.
- Clone the project.
- Change directory to the project with
cd word-game
command. - Run
yarn start
to start the Metro Bundler. - Press
i
to start the iOS simulator ora
to run the Android emulator.📱
Happy hacking! 🤓
yarn start
- start Metro Bundler.yarn ios
- run on iOS.yarn android
- run on Android.yarn web
- run on web.yarn lint
- check code for errors.yarn release
- generate a changelog, bump the version of app and create a new tag.yarn test
- run tests.