chasingtheflow
Explore posts from serversHow to set up a vite dev proxy with Start and Vinxi?
I am trying to figure out how to migrate a dev proxy for api requests in solidstart. I have a working config just for a normal solidjs app which looks like the following in
vite.config.ts
and I'm trying to figure out how to modify the app.config.ts
file provided by Start to do something similar. Right now my starter file looks like this:
4 replies
KPCKevin Powell - Community
•Created by chasingtheflow on 10/16/2024 in #front-end
Beyond CSS: Product Cards Project
In the HTML video for the Product Cards Project, Kevin lays out the html for the Product Cards at the top as well as the "Category Cards" (or link with image cards) at the bottom inside divs. I had attempted the CSS on my own before watching the video and I had chosen to use unordered lists for this. Is there a reason div's would be preferable here that I don't understand?
9 replies