agungTuanany / gatsby-bootcamp

Gatsby JS - The Great Gatsby Bootcamp [Full Tutorial] with @andrewjmead

Home Page:https://www.youtube.com/watch?v=8t0vNu2fCCM&t=3828s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gatsby-Bootcamp

Learn the basic concept using Gatsbyjs library stand with Reactjs, Making a static web more flexible. With gatsby configuration, I can make a Blog with convention by using 'markdown' type and that's why gatsby is so easy to setup, deploy and fast when site is loaded.

With GraphQL queries for fetching images makes Gatsby more lighter in development and remove the complexities of configuring environments and build tools. Instead I can focus on code.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

  1. Clone the repo
git clone https://github.com/agungTuanany/gatsby-bootcamp.git
  1. Install pakcage.json file
npm install or npm i
  1. run npm manager
npm start
  1. Explore
Enjoy

Built With

  • Sass
  • React
  • Node.js

Gatsby-plugin

  • gatsby-plugin-sass
  • gatsby-plugin-react-helmet
  • gatsby-plugin-sharp
  • gatsby-remark-images
  • gatsby-remark-relative-images
  • gatsby-trasnformer-remark

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

@andrewjmead

About

Gatsby JS - The Great Gatsby Bootcamp [Full Tutorial] with @andrewjmead

https://www.youtube.com/watch?v=8t0vNu2fCCM&t=3828s

License:MIT License


Languages

Language:CSS 60.7%Language:JavaScript 39.3%