Nicolas-ggd / app-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + TypeScript + 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 tsconfig configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level compilerOptions property like this:
   compilerOptions: {
    skipLibCheck: false
   },
  • Do not replace skipLibCheck to true, because it checking all .d.ts files

Before run the project run npm run test to test socket connection, if everything is OK then run npm run dev

About


Languages

Language:TypeScript 95.9%Language:JavaScript 2.4%Language:HTML 1.5%Language:CSS 0.2%