Vite.Js
First, you must download and install node.js. NPM stands for node packaged modules and is a way to manage development dependencies through Node.js.
Download the Node.js source code or a pre-built installer for your platform, and start developing, you can download it from a nodejs.org.
You can check it in your terminal window using these commands node --version and npm --version.
vitejs is a toolkit for automating painful or time-consuming tasks in your development workflow, so you can stop messing around and build something.
-
Navigate to the root
main/directory,default -
Then use $
npm icommand (install node js) -
$
npm run devcommand (for run project)
NPM use the package.json file and automatically install the required local dependencies listed in it.
Dependencies are :: vite
have added all necessary vite task in vite.confige.js, for more details about plugin refer this link https://vite.dev/