Home

Awesome

Learning Gatsby.js

Just one of the things I'm learning: https://github.com/hchiam/learning

Quick setup of an example Gatsby starter called gatsby-starter-deck

npm install -g gatsby-cli
gatsby new gatsby-starter-deck https://github.com/fabe/gatsby-starter-deck
npm run build
npm run develop

http://localhost:8000

Edit a file and the page reloads in real time:

Tutorial

https://www.youtube.com/watch?v=b2H7fWhQcdE&list=PLLnpHn493BHHfoINKLELxDch3uJlSapxg&index=2&t=0s

npm install -g gatsby-cli
gatsby new my-gatsby-site
cd my-gatsby-site
gatsby develop

http://localhost:8000