Jul 1, 2024
npm create veet@latest
or specific versioncd project-name
npm install
code .
to open project in VS Codenpm run dev
to run the servernode_modules
: Third-party librariespublic
: Public assets like images, videossrc
: Source codeindex.html
: Basic HTML templatepackage.json
: Project details and dependenciestsconfig.json
: Typescript compiler settingsvite.config.js
: Vite configurationonClick
for click eventsmap
function for generating elements from arrays