How to Host a Website for Free

Опубликовано: 03 Ноябрь 2024
на канале: Brian Design
20,661
684

Learn how to Host a website for free using Netlify. You can easily upload your files and have your static website or front end app live in seconds. If you need to edit your website, you can simply edit your files, then re-upload them to see your changes.

If you want to follow me along my coding journey, be sure to subscribe :)
   / @briandesign  

Here's the code I used for the netlify.toml file
[[redirects]]
from = "/*"
to = "/index.html"
status = 200

React Website Tutorial
   • React Website Using Styled Components...  

CSS Dropdown Menu
   • CSS Navbar Dropdown Mega Menu Tutorial