You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📦public# Only contain vite.svg, do not care about this folder.
┣ 📜vite.svg
📦src
┣ 📂assets# All assets such as jpg, svg, icon ... goes here.
┣ 📜App.tsx# App component.
┣ 📜index.css# CSS element for global elements.
┣ 📜main.tsx# Program entry.
┣ 📜vite-env.d.ts# Define the types for environment-related values.
┣ .gitignore
┣ index.html
┣ package.json
┣ README.md
┣ tsconfig.json# TypeScript configuration file for project.
┣ tsconfig.node.json# TypeScript configuration file specifically tailored for Node.js
┣ vite.config.ts# Configuration file specific to Vite.js