Skip to content

JakHer/gatsby-blog

Repository files navigation

Gatsby

Gatsby's blog project

Gatsby blog project

Discovering Gatsby awesomeness

What I have learned from this app

About

Discovering React's advanced techiques

What I have learned during app creation

  • Gatsby (written on the 2.24.63 version) Create React App
  • Project Setup (using gatsby-site)
  • Styled Components
  • GraphQL
  • RWD
  • Gatsby plugins
  • Gatsby Image
  • Sharp transformer
  • StaticQuery & useStaticQuery hook
  • MDX
  • Markdown && JSX
  • DatoCMS

Setup

To run this project, install it locally using npm:


$ cd ../advanced-react
$ npm install
$ npm start

  1. Start developing.

    Navigate into your new site’s directory and start it up.

    cd my-default-starter/
    gatsby develop
  2. Open the source code and start editing!

gatsby develop
Your site is now running at `http://localhost:8000`!

_Note: You'll also see a second link: _`http://localhost:8000/___graphql`_. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the [Gatsby tutorial](https://www.gatsbyjs.com/tutorial/part-five/#introducing-graphiql)._