Home
Softono

Eleventy Boilerplate

Open source JavaScript
27
Stars
2
Forks
13
Issues
2
Watchers
3 years
Last Commit

 About Eleventy Boilerplate

1️⃣1️⃣ An opinionated boilerplate for new projects built with Eleventy.

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Eleventy Boilerplate?

We provide expert installation service for this software. Our team will install, configure, and secure Eleventy Boilerplate on your server. plans start at just $30.

Eleventy Boilerplate

View on GitHub

eleventy-boilerplate

An opinionated boilerplate for new projects built with Eleventy.

What's included

  • This project uses Eleventy as a static site generator.
  • Templating uses Nunjucks.
  • Styles are written in vanilla CSS and inlined for performance. (Note: it is your responsibility to autoprefix the CSS as needed).
    • The main CSS file can be found at _includes/app.css.
  • Javascript is minified and inlined for performance. (Note: write browser compatible JS).
    • The main JS file can be found at _includes/app.js.

Installation

$ git clone [email protected]:alexcarpenter/eleventy-boilerplate.git
$ cd eleventy-boilerplate
$ npm install

Commands

Command Description
npm start Start a development server and watch for updates
npm run build Build templates, data, CSS, and JS for production envrioment

License

MIT