Vite
particleVite (French: [vit], like “veet”) is a local development server written by Evan You,[2] the creator of Vue.js, and used by default by Vue and for React project templates. It has support for TypeScript and JSX. It uses Rollup [Wikidata] and esbuild internally for bundling.[3]Vite monitors files as they are being edited and upon file save the web browser reloads the code being edited through a process called Hot Module […]