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.

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay