npx degit dativeJs/vite-template my-first-app
# then
# install all the dependencies
npm i
# if you are using vs code
code .
# then run
npm run dev
# to build for production
npm run build
For More Information on dativejs
For More Information on vitejs