<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Sammor-duah Hayford</title>
    <description>The latest articles on Forem by Sammor-duah Hayford (@psam4ord).</description>
    <link>https://forem.com/psam4ord</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1764981%2Fba1636d7-e371-4e71-b65b-6ed9b7290e96.jpeg</url>
      <title>Forem: Sammor-duah Hayford</title>
      <link>https://forem.com/psam4ord</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/psam4ord"/>
    <language>en</language>
    <item>
      <title>HOST STATIC WEBSITE ON NETTLIFY; A BEGINNER-FRIENDLY GUIDE TO WEB DEVELOPMENT</title>
      <dc:creator>Sammor-duah Hayford</dc:creator>
      <pubDate>Thu, 11 Jul 2024 21:39:18 +0000</pubDate>
      <link>https://forem.com/psam4ord/host-static-website-on-nettlify-a-beginner-friendly-guide-to-web-development-3kog</link>
      <guid>https://forem.com/psam4ord/host-static-website-on-nettlify-a-beginner-friendly-guide-to-web-development-3kog</guid>
      <description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;Prerequisite&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;basic knowledge in html,&lt;/li&gt;
&lt;li&gt;basic knowledge in cascading styles (css)&lt;/li&gt;
&lt;li&gt;basic JavaScript knowledge.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Project Overview&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;This is a static website project hosted on Netlify and available on GitHub.&lt;/li&gt;
&lt;li&gt;The project was created using basic web development tools and does not utilize any npm packages, making it straightforward and beginner-friendly.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;TOOLS&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Github: version control to track changes to our code.&lt;/li&gt;
&lt;li&gt;Git: For version control and managing the code repository.&lt;/li&gt;
&lt;li&gt;Visual Studio Code: As the code editor.&lt;/li&gt;
&lt;li&gt;Netlify: For hosting the website.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;## GETTING STARTED&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Clone the Repository
To get a copy of the project up and running on your local machine, clone the repository from GitHub:

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;git clone https://github.com/Psam4ord/aws-resume-project.git&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;2.Open in Visual Studio Code:&lt;br&gt;
Navigate to the project directory and open it in Visual Studio Code:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cd your-repository-name
code .
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Now press enter&lt;/p&gt;

&lt;h1&gt;
  
  
  Project Structure
&lt;/h1&gt;

&lt;p&gt;your-repo-name/&lt;br&gt;
├── index.html&lt;br&gt;
├── style.css&lt;br&gt;
├── script.js&lt;br&gt;
└── README.md&lt;br&gt;
NB: YOU CAN MAKE MODIFICATIONS TO THE FILES TO SUITE YOUR STYLE.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Hosting on Netlify&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Sign Up or Log In&lt;br&gt;
Go to &lt;a href="https://www.netlify.com" rel="noopener noreferrer"&gt;Netlify&lt;/a&gt; and sign up for an account if you don't have one. Log in if you already have an account.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Click on "New site from Git" on your Netlify dashboard.&lt;br&gt;
Connect to your GitHub account and select the repository of your project.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;4.&lt;strong&gt;Deploy Settings&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;For a basic static site, you don’t need to change any settings.&lt;/li&gt;
&lt;li&gt;Click on "Deploy site."&lt;/li&gt;
&lt;li&gt;Once the deployment is complete,  &lt;a href="https://www.netlify.com" rel="noopener noreferrer"&gt;Netlify&lt;/a&gt; will provide you with a URL where your site is live.&lt;/li&gt;
&lt;/ul&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;You've successfully set up and deployed a static website Netlify. &lt;br&gt;
This simple setup is ideal for beginners and provides a solid foundation for further web development projects.&lt;/p&gt;

&lt;blockquote&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;code&gt;_Take the first step in faith, &lt;br&gt;
you don't have to see the whole staircase.&lt;br&gt;
Just take the first step. &lt;br&gt;
Dr. Martin Luther King 1929-1968 _&lt;/code&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>beginners</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
