Deploying First Vite Project on GitHub Pages
How do I host my react app that was created using Vite on Github pages? I can only find methods to hose on GitHub pages if it’s created with create react app. Any help? Or would y’all recommend using Vercel or something? What are the differences?
Problems with hosting react/vite project on github pages with a custom domain
I have a page made with React/Vite that I have hosted using github pages. When I alter the code in VSCode and push it to github, it doesn't change in my 'dist' folder, and therefore, doesn't alter my page on github pages. What do I need to do to update my hosted page whenever i alter the code?
Hello, I'm creating a simple Note Recorder app with Vite. As many people suggest, I'm trying to track my project with Git and Github. My repository is working fine and I learned how to push recent changes.
However, when I build and deploy my project for "gh-pages", a new branch is created which only contains a "dist" folder.
Is it a good practice to have a "main" branch for inspecting my code as it is originally structured and a "gh-pages" (or whatever name) branch for deploying it?
The purpose of all this is having a portfolio on my resume so recruiters can take a look. This project is simple and uses Local Storage. I want to add more projects in the future using other tools such as Nextjs and a Mongo or Postgres database.