Go to file
2024-12-02 18:38:43 +06:00
public Admin pannel deploymetion 2023-10-17 19:57:43 +06:00
src console.log removed 2024-12-02 18:37:44 +06:00
.env.sample sample env file added 2023-11-05 16:23:20 +06:00
.eslintrc.cjs HPV Download card button added 2023-11-02 16:23:00 +06:00
.gitignore Validation change 2024-10-01 18:45:04 +06:00
index.html Initial commit 2023-10-12 17:29:24 +06:00
package-lock.json add excel sheet features 2023-11-16 11:26:42 +06:00
package.json add excel sheet features 2023-11-16 11:26:42 +06:00
postcss.config.js Initial commit 2023-10-12 17:29:24 +06:00
README.md Initial commit 2023-10-12 17:29:24 +06:00
tailwind.config.js Initial commit 2023-10-12 17:29:24 +06:00
tsconfig.json Update done 2024-09-30 21:01:01 +06:00
tsconfig.node.json Initial commit 2023-10-12 17:29:24 +06:00
vite.config.ts Initial commit 2023-10-12 17:29:24 +06:00
yarn.lock Download excel added 2023-11-16 18:01:52 +06:00

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 ESLint configuration

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

  • Configure the top-level parserOptions property like this:
   parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
   },
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list