Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 748 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 748 Bytes

React + TypeScript + Vite

📦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.
┣ .gitignoreindex.htmlpackage.jsonREADME.mdtsconfig.json         # TypeScript configuration file for project.tsconfig.node.json    # TypeScript configuration file specifically tailored for Node.jsvite.config.ts        # Configuration file specific to Vite.js