DEV Community

Discussion on: How I met your Gatsby

Collapse
 
laurieontech profile image
Laurie

Best of luck! I've actually written quite a bit on these topics, so it may be helpful for you.

This is a three-part series on how I migrated my site to Gatsby and a number of the things I learned along the way.

And this series talks about javascript code and most everything here was pulled from a React and/or Gatsby starter project.

Collapse
 
sandeepbalachandran profile image
Sandeep Balachandran

Thanks for the concerns. I checked out those posts. Great article. Really liked those references like html5up. Currently on your blog.

I think i should refer the official docs for a fresh start after the readings. Do you have anythign in mind besides these posts?

Collapse
 
laurieontech profile image
Laurie

I'd definitely start with the starter gatsby project. Once you install the dependencies you type


 gatsby new <project-name>` in your terminal. But honestly, the gatsby docs are wonderful and you'll be in good hands there!