Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snipcart/11ty-demo-snipcart
A demo app built with JavaScript SSG 11ty
https://github.com/snipcart/11ty-demo-snipcart
11ty eleventy eleventy-website jamstack javascript static-site-generator tutorial
Last synced: 3 months ago
JSON representation
A demo app built with JavaScript SSG 11ty
- Host: GitHub
- URL: https://github.com/snipcart/11ty-demo-snipcart
- Owner: snipcart
- Created: 2018-10-03T18:24:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T21:31:29.000Z (almost 6 years ago)
- Last Synced: 2024-10-31T11:51:33.848Z (3 months ago)
- Topics: 11ty, eleventy, eleventy-website, jamstack, javascript, static-site-generator, tutorial
- Language: HTML
- Homepage: https://snipcart.com/blog/11ty-javascript-static-site-generator-tutorial
- Size: 70.3 KB
- Stars: 34
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn 11ty: A JavaScript Static Site Generator Tutorial
![11ty-demo](https://snipcart.com/media/203900/11ty-demo-1.jpg)
Ever heard of 11ty? It's a simple static site generator written in JavaScript. In this tutorial, we craft a small e-commerce app, exploring its set of features in the process.
Steps:
- Setting up a web store with Eleventy.
- Creating products and injecting a cart.
- Adding code highlighting to blog posts!
- Outputting a JSON file for products.> Read the post & tutorial [here](https://snipcart.com/blog/11ty-javascript-static-site-generator-tutorial)
> Try the live demo [here](https://snipcart-11ty-demo.netlify.com/)
Enjoy folks!