Getting Started with Eleventy


Setting up an Eleventy project is straightforward. Here's a quick overview of the project structure.

Project Structure

Running the Dev Server

npm start

This starts a local server with live reload at http://localhost:8080.