back to all posts

Build an Restaurant site with Gatsby and Snipcart - 1

by Nabendu Biswas / May 4th, 2020

#javascript #react #gatsby
Series: Gatsby-snipcart

I am starting a brand new project to built a restaurant site with GatsbyJS. This site will also have ecommerce feature, for the user to order online. We will be using Snipcart for this feature.

Let’s jump in and create a new project with the familiar gatsby new <project_name> command.

gatsby new projectgatsby new project

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

It is showing perfectly in localhost.

localhostlocalhost

This completes part-1 of the series. Our setup is complete and from the next part, we will start creating real parts of the project.

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

Nabendu Biswas