/eleventy-starter

Eleventy starter to kickstart a project.

Primary LanguageNunjucks

eleventy-starter

To kickstart your Eleventy project in no time.

What's the stack?

  • Eleventy: Static Site Generator (Node.js & Nunjucks)
  • Bootstrap: Grid framework (SCSS)

You can power up this starter with a Headless CMS of your choice.

How to install this starter?

  1. Clone or download this repo to your machine
  2. At the root of the folder, run npm install
  3. When all dependencies are installed, run npm run start
  4. You should be able to see the starter at http://localhost:8080/

How this starter works?

Coming soon