No description
Find a file
2025-04-28 16:50:49 +08:00
public init the repository via npm create vite 2025-04-25 17:30:46 +08:00
src refactor: merge all game state into 1 state variable 2025-04-28 16:50:49 +08:00
.gitignore chore: use yarn (modern) as package manager 2025-04-25 17:31:14 +08:00
.yarnrc.yml chore: use yarn (modern) as package manager 2025-04-25 17:31:14 +08:00
eslint.config.js init the repository via npm create vite 2025-04-25 17:30:46 +08:00
index.html feat: make naive proof-of-concept 2025-04-25 19:52:34 +08:00
package.json chore: use yarn (modern) as package manager 2025-04-25 17:31:14 +08:00
README.md init the repository via npm create vite 2025-04-25 17:30:46 +08:00
tsconfig.json chore: add basic tsconfig.json 2025-04-25 19:50:32 +08:00
vite.config.js init the repository via npm create vite 2025-04-25 17:30:46 +08:00
yarn.lock chore: use yarn (modern) as package manager 2025-04-25 17:31:14 +08:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.