stowball / elf

Elf is a simple & magical Eleventy starter kit to help you create a project using standard technologies like webpack, Babel and Sass, while also considering ease of use, performance and browser compatibility.

Home Page:https://elf-eleventy.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elf logo

Elf

Elf is a simple, magical Eleventy starter kit to help you create a project using standard technologies like webpack, Babel and Sass, while also considering ease of use, performance and browser compatibility.

If you'd like to know why Elf exists and how best to take advantage of it, read Creating a production-ready Eleventy project with webpack, Babel and Sass.

Getting started

  1. Clone or fork this repo: git clone https://github.com/stowball/elf
  2. cd into the project directory and run npm install

Running and serving a dev build

npm run dev

Browse to http://localhost:8080.

Running and serving a prod build

npm run prod
npm run serve:prod

Browse to http://localhost:5000.

Technologies used

Project structure

src/
  _components/
    All UI partials
  _data/
    Eleventy data files
  _layouts/
    Base page layouts
  _pages/
    Each individual page template
  assets/
    css/
      index.scss
      All other scss files
    js/
      index.js
      All other js files
  images/
    All images used
Configuration and build files

Files in assets will be handled by webpack, Eleventy will transform all of the directories with a leading _, and will copy across any images.

Eleventy’s output will be to a dist directory at the root level.

About

Elf is a simple & magical Eleventy starter kit to help you create a project using standard technologies like webpack, Babel and Sass, while also considering ease of use, performance and browser compatibility.

https://elf-eleventy.netlify.app/

License:MIT License


Languages

Language:JavaScript 83.3%Language:EJS 15.6%Language:SCSS 1.1%