Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 474 Bytes

vite-template

Edit on StackBlitz ⚡️

OR

use on your favourite editor

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