Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.