back to all posts

Build an Restaurant site with Gatsby and Snipcart - 12

by Nabendu Biswas / May 15th, 2020

#javascript #react #gatsby
Series: Gatsby-snipcart

Welcome to part-12 of the series. We will continue setting contenful, which we started in the previous part. So, click on the Content tab and then the Add Menu button.

Add MenuAdd Menu

Rest of the chapter is exclusive content and is from my book Foundation Gatsby Projects.

The book can be purchased from Apress site here

Foundation Gatsby Projects

You can give it any name but i gave it menu and clicked on Save button. You need to note the Space ID and the Content Delivery API — access token for future use in the code.

MenuMenu

We will write the code to get this data in the next part.

This completes part-12 of the series.

You can find the code for the project in this github repo.

Nabendu Biswas