HARSHAD DONGARDIVEharshaddongardive.hashnode.dev·Sep 3, 2024How to Deploy a React Project to GitHub Pages.1. Set Up Your React Project: Ensure your React project is ready and working locally. 2. Install GitHub Pages Package: Run the following command to install gh-pages: npm install --save-dev gh-pages 3. Configure vite.config.js: Update your Vite con...DiscussGitHub
Venkata Mahesh Ptechiestomb.hashnode.dev·Aug 31, 2024Guide: Deploy your VITE project to GitHub Pages in 2024Deploying your VITE project to GitHub Pages is a great way to share your work with others or host your website for free. In this guide, I'll walk you through the steps to deploy your VITE project on GitHub Pages. Step 1 : Test your project Build your...Discuss·2 likes·50 readsvite
Natasha AnnforragTechragtech.hashnode.dev·Aug 17, 2024🖥️ ragTech Website: Deploying a Next.js App on GitHub Pages With Our Custom DomainHello, and welcome to ragTech's blog, where we engage in bytes and banter --- not on screen or microphone, but on text! 📝 If this is your first time seeing anything from us, we are a team of three techies, Victoria Lo , Natasha Ann and Saloni Kaur ,...DiscussNext.js
AnkurforAtomxelblog.atomxel.com·Aug 16, 2024Simplifying Git and GitHub for DevelopersAbout Git Git is a Version Control System that intelligently tracks changes in files. Git is particularly useful when you and a group of people are all making changes to the same files at the same time. A version control system, or VCS, tracks the hi...Discuss·1 like·43 readsatomxel
Anant Vaidtechtalkswithanant.hashnode.dev·Aug 9, 2024How to Host Static Websites on GitHub Pages: A Comprehensive GuideIntroduction Overview of static websites A static website delivers web pages exactly as they are stored, with no real-time content changes. It uses simple HTML, CSS, and JavaScript files to display the content exactly as it is written. In contrast, a...Discuss·27 readsGitHub
Shrinivas Vishnupurikarshrinivasv73.hashnode.dev·Aug 1, 2024How to deploy ReactJS Apps (built using Vite) on GitHub Pages?You gather requirements, you design, you develop and you test. Great! Now you'll barely move to deployment. Just kidding. I know,deploying dynamic, feature rich, robust ( and 50 other adjectives ) apps that use backend and databases is quite tricky. ...Discuss·29 readsReact
Mohamed Abubakkar Mtechchroniclesbymohamed.hashnode.dev·Jul 30, 2024Beginner's Guide to Deploying Your Website on GitHub PagesIntroduction Deploying a website might sound daunting, but it doesn’t have to be. With GitHub Pages, you can host a static website for free, directly from a GitHub repository. Whether you’re showcasing your portfolio or starting a personal blog, this...Discuss·4 likesGitHub
Gokul Rajagokulraja.hashnode.dev·Jul 28, 2024My Portfolio WebsiteStay tuned for updates! Check out the live site here: Gokul's Portfolio. 🛠️ Tech Stack Highlights: React: The backbone of our dynamic UI. GraphQL & Apollo-Boost: Supercharged data fetching. BaseUI: Sleek and stylish component library. React-Reve...Discuss·51 readspersonal-website
Pawan Spawanblog.hashnode.dev·Jul 27, 2024How Students Can Get Free Domains with GitHub Student Developer PackHere are the steps to register a new domain from Namecheap using the GitHub Student Developer Pack. Step 1: Verify Your Student Status Create a GitHub Account: If you don’t have one, sign up at GitHub and verify your email address. Access the GitHu...Discuss·2 likesGitHub
Lokesh Jhalokeshjha.hashnode.dev·Jul 27, 2024Create a GitHub repository from a Linux environment sing the GitHub CLICreating a GitHub repository from a Linux environment can be accomplished efficiently using the GitHub CLI (gh). Below is a step-by-step guide on how to install the GitHub CLI, log in, and create a new repository. Step 1: Install GitHub CLI (gh) To g...Discusslokeshjha