When you create a new project, you should download Vite library.
- Step 1: "npm i"
- Step 2: "npm run dev"
- Step 3: Press "o" to start the project
The way to pull or push your code to GitHub.
- Step 1: "git branch YOUR_BRANCH_NAME" (the first you push code and have never created your own branch so you should to create new branch for you to push code.)
- Step 2: "git checkout"