September 19, 2020
Creating a blog site using Gatsby is pretty easy and it can be done within few minutes.
Gatsby has given a really good documentation which is easy to follow, even if you are a beginner.
This site is creatd using gatsby blog starter template. Below are the steps you should follow to create your site:
- Install gatsby cli
- run
gatsby new your_blog
- run
cd your_blog
- run
gatsby develop
That’s it, you have your site ready and once you make any changes you will be able to see it on localhost:8000
.