Games about geography
Name capital of the provided country
- List persons who play.
- Select amount of rounds (min=5, max=30).
- Select regions (min=1)
List all neighboring countries for the country
- List persons who play.
- Select amount of rounds (min=5, max=30).
- Select regions (min=1)
This is a boilerplate build with Vite, React 18, TypeScript, Vitest, Testing Library, TailwindCSS 3, Eslint and Prettier.
This project uses many tools like:
Create the project.
npx degit joaopaulomoraes/reactjs-vite-tailwindcss-boilerplate my-app
Access the project directory.
cd my-app
Install dependencies.
pnpm install
Serve with hot reload at http://localhost:5173.
pnpm run dev
pnpm run lint
pnpm run typecheck
pnpm run build
pnpm run test
View and interact with your tests via UI.
pnpm run test:ui
This project is licensed under the MIT License.