/vite-template

Created with StackBlitz ⚡️

Primary LanguageHTML

vite-template

Edit on StackBlitz ⚡️

OR

use on your favourite editor

npx degit Tobithedev/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