Vite

Vite is a new breed of frontend build tooling that significantly improves the frontend development experience. It consists of two major parts: A dev server that serves your source files and A build command that bundles your code with Rollup for production.

More In