Tag: Vite
-
Getting Your Vite React App to Work on Github Pages
One of the many cool things about GitHub is GitHub Pages – the free web hosting Microsoft gives you while they vacuum up your code for CoPilot training. Each repository you keep there can have pages at <your-github-username>.github.io/<repo-name> GitHub To enable this, you need to go into the settings for the repository – look down…
-
React – a To Do Example
Since I’m on a roll making different versions of the To Do app, this might be a good time to talk about React. React is one of the giants of front end libraries. It’s based on a few big ideas – and to work effectively in React you need to wrap your head around these.…
-
Openlayers & Vite
In Randy Pausch’s last lecture he talks about the benefit of brick walls in our lives – they tell us how much we really want something. Software development is full of these brick walls – things we want to do, but there’s a barrier to achieving it. Will we persevere and accomplish the thing, give…