Skip to content

joel3084/classsed-gatsby-blog

 
 

Repository files navigation

Gatsby

Gatsby Blog Tutorial

This is the complete code for the Gatsby tutorial I published on my Youtube channel Classsed

Full tutorial series: https://www.youtube.com/watch?v=lvq2nc3WkZU&list=PLMhAeHCz8S3_x-jXerCYnl7jftCSxQkPV

Guide

  1. Clone/Download the code from this repo

    git clone git@github.com:hidjou/gatsby-blog-tutorial.git
  2. Install dependencies

    cd gatsby-blog-tutorial
    npm install

    or

    cd gatsby-blog-tutorial
    yarn install
  3. ** 🚀 Launch project**

    gatsby develop

    The blog is now running at http://localhost:8000!

Deployed instance

https://cocky-elion-477c3b.netlify.com/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • CSS 7.7%