npm create vite@latest
npm install
npm run dev
#se voglio importo bootstrap in main.jsx prima del mio css custom import "bootstrap/dist/css/bootstrap.min.css";
rules: { ...js.configs.recommended.rules, ...react.configs.recommended.rules, ...react.configs["jsx-runtime"].rules, ..reactHooks.configs.recommended.rules, "react/prop-types": 0, 👈 "react/jsx-no-target-blank": "off", "react-refresh/only-export-components": [ "warn", { allowConstantExport: true }, ], },