Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/levimcg/11ty-starter
A bare-bones 11ty starter
https://github.com/levimcg/11ty-starter
Last synced: about 8 hours ago
JSON representation
A bare-bones 11ty starter
- Host: GitHub
- URL: https://github.com/levimcg/11ty-starter
- Owner: levimcg
- Created: 2020-03-06T22:06:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T22:43:11.000Z (almost 2 years ago)
- Last Synced: 2024-04-09T15:11:03.172Z (7 months ago)
- Language: JavaScript
- Size: 741 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 11ty Starter Kit
A bare-bones 11ty starter kit with a minimal Sass set up included.## Getting started
1. Download or clone this repository from GitHub
2. Run `npm install` in your terminal
3. Run `npm start` and navigate to http://localhost:8081/
4. Eleventy will serve the built site from the `_site` folder.The `start` command with fire up 11ty with [the --serve option](https://www.11ty.dev/docs/usage/#re-run-eleventy-when-you-save) and watch all Sass files for changes.