New_Micro_Learning/frontend
مسعود نیک زاد dba5ea21f9 Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
..
e2e Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
public Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
src Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
tests Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
.gitignore Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
.oxlintrc.json Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
README.md Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
index.html Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
package-lock.json Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
package.json Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
phase13-ai-studio-375.png Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
playwright.config.ts Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
tsconfig.app.json Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
tsconfig.json Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
tsconfig.node.json Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
versions-desktop.png Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
versions-mobile.png Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
vite.config.ts Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30
vitest.config.ts Initial-MicroLearning-platform-with-MySQL-support 2026-08-29 22:03:11 +03:30

README.md

React + TypeScript + Vite

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

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the Oxlint configuration

If you are developing a production application, we recommend enabling type-aware lint rules by installing oxlint-tsgolint and editing .oxlintrc.json:

{
  "$schema": "./node_modules/oxlint/configuration_schema.json",
  "plugins": ["react", "typescript", "oxc"],
  "options": {
    "typeAware": true
  },
  "rules": {
    "react/rules-of-hooks": "error",
    "react/only-export-components": ["warn", { "allowConstantExport": true }]
  }
}

See the Oxlint rules documentation for the full list of rules and categories.