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

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

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

Okay