Guides — e-Commerce — Forestry, 11ty, Snipcart — Overview | Fathym LowCodeUnit Beta

Michael Gearhardt
1 min readJan 5, 2022

In this guide, we’ll create an e-commerce site from scratch using 11ty for static website building, Forestry as the CMS, Snipcart for the shopping cart and checkout, and LowCodeUnit to bring it all together for your users. This may seem like a daunting challenge, but the simplicity and specialty each tool brings makes this an easy way to get started with your next e-commerce project.

If you’d like to take a look at the finished project before we kick things off, visit acme-shop.lowcodeunit.com.

For this guide, you’ll need some basic level of knowledge with a few different tools, though extensive knowledge is not required:

  • Using Node in your local development environment
  • Basic workflows with git
  • Hosting repositories on GitHub
  • HTML, CSS, and JavaScript

We’ll start by creating a project inside LowCodeUnit. This will help setup our GitHub repository, our hosting, and our DevOps pipeline so that we can just check in our code and deploy it. Before continuing, please create a project following our getting started guide. For the build command you will want to use build and Output Directory set to _site.

Originally published at https://www.lowcodeunit.com.

--

--