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
-
Clone/Download the code from this repo
git clone git@github.com:hidjou/gatsby-blog-tutorial.git
-
Install dependencies
cd gatsby-blog-tutorial npm install
or
cd gatsby-blog-tutorial yarn install
-
** 🚀 Launch project**
gatsby develop
The blog is now running at
http://localhost:8000
!