Table des matières

Gatsbyjs

Installer le Gatsby CLI:

$ npm i -g gatsby-cli
$ gatsby telemetry --disable

Checkout un projet starter, aller sur Gatsby Starters et utiliser la commande npx gatsby … pour checkout le projet.

Dans le répertoire du projet, pour démarrer le serveur et avoir un process watch:

$ gatsby develop

Queries

https://www.gatsbyjs.com/docs/recipes/querying-data/

Plugins

https://www.gatsbyjs.com/plugins

Sources

Repo des exercices: https://github.com/LinkedInLearning/learning-gatsby-3156789