Setting up an Eleventy project is straightforward. Here's a quick overview of the project structure.
Project Structure
src/— Source filessrc/_includes/— Layout templatessrc/_data/— Global data filessrc/posts/— Blog posts in Markdownsrc/css/— Stylesheets_site/— Generated output
Running the Dev Server
npm start
This starts a local server with live reload at http://localhost:8080.