DEV Community

Sandeep Balachandran
Sandeep Balachandran

Posted on • Edited on

1

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.

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)