This website collects cookies to deliver better user experience
Presenting you the new build tool called
. Vite is a build tool which helps us for faster and leaner development experience for modern projects.
There are different templates in vite:- vanilla vanilla-ts vue vue-ts react react-ts preact preact-ts lit-element lit-element-ts svelte svelte-ts
# npm 6.x npm init vite@latest sample-app --template react # npm 7+, extra double-dash is needed: npm init vite@latest sample-app -- --template react # yarn yarn create vite sample-app --template react
sample-app
npm install
npm run dev
My Github profile:- https://github.com/sk-ismail
44
0