The flag game is a single or multiplayer game in which the player attempts to correctly match the displayed flag to the prompt that's given. This repository holds the front-end ReactJS code. The backend code can be found here and you can try the game out for yourself here.
- ReactJS (NextJS)
- Typescript
- Socket.IO
- TailwindCSS
- Framer Motion
- Clone repo
- Install dependencies
yarn install
- Run the dev server
yarn dev
- Clone repo
- Build the project
yarn build
- Run the build
yarn start
- Export the project (optional)
yarn export
- Run exported files on server. Or serve with:
serve out/