DEV Community

Sandeep Balachandran
Sandeep Balachandran

Posted on • Updated on

How I met your Gatsby - Day 0

For the day i researched a little about gatsby and react. Came across a number of posts here.
Such as,

and so on.

After reading i decided to begin with official docs.

The prequsites are

  • Node.js and NPM
  • Git
  • Gatsby CLI
  • Text Editor

The Gatsby cli commands are pretty much self explanatory up to this point.
Eventually in order to run gatsby develop was pretty much enough .

Reminds me of different server running commands like ng serve and artisan serve

Code structure is not that different from other frameworks.

After some copy pasting,

  • Learned about Gatsby starters, and how to use them to create new projects JSX syntax
  • Learned about components
  • Learned about Gatsby page components and sub-components
. Seems interesting . I am looking forward for graphql.

Top comments (0)