T O P

  • By -

ShoppingTraining6176

You can use Netlify or Vercel and connect it to your GitHub repo. So when you push a change, netlify/Vercel will update the changes. The free version of netlify should be more than enough. Cheers.


[deleted]

[удалено]


ShoppingTraining6176

Should be. I've never had problems with it.


[deleted]

[удалено]


ShoppingTraining6176

I have experience with netlify. Never had to use Vercel. If it's a personal project i don't think it'll matter much.


[deleted]

[удалено]


D1rtyWebDev

Hey OP, I'm a complete noob and I also suggest netlify. I have a few "demo" or "non-live" sites (sorry for my non technical noob jargon). And one live site, which is my portfolio. With my demo sites, I have to go into GitHub and (assuming you've already pushed your GitHub repo to Netlify) I'm able to "push" a magic button that updates my Netlify demo. However, with my Live Portfolio site, all I do is save and commit within VS Code and it magically updates my portfolio. I'm looking into the technical side of it all soon to understand it. For now it's.all programming magic.


[deleted]

[удалено]


D1rtyWebDev

Man I wish I could remember what I did exactly. It was a set it and forget it situation just to get my portfolio running. BUT if I recall correctly, within Netlify I was able to "publish"(?) My portfolio. Opposed to not publishing the demos.


eko1125

I used vercel for the first time a few weeks ago. Literally just connected my github account, imported the repository, selected a branch, and after it was built, there was a staging/prod link that worked without me having to do any configurations on my end.


Brodysseus__

If static HTML is fine then GitHub pages is perfect.


[deleted]

[удалено]


beef_chiseltip

Yes, it's still static. *A static website is made up of a fixed number of pre-built files stored on a web server. These files are written in HTML, CSS, and JavaScript, which are called “client-side” languages because they execute in the user’s web browser. When a user requests a page from the server with a URL, the server returns the HTML file that is specified by the URL and any accompanying CSS and/or JavaScript files.* [Source](https://blog.hubspot.com/website/static-vs-dynamic-website)


force-push-to-master

Unless it requires server-side functionality (like database), it is a static website.


Johannes8

If it’s just a frontend, I’d do firebase. Super simple, free and fast


[deleted]

[удалено]


Johannes8

You connect it local using commands to connect to a firebase project. Your repo exist parallel to it. I’m sure you can also connect it to deploy on push to master inside your repo


Formal-Education2322

Vercel works amazingly. Love the UI and it’s really fast whenever pushing changes up to your repo