A minimalist bare-bones starter project using Eleventy and WebC.
The Eleventy-base-webc is a minimalist bare-bones Eleventy-official starter project designed for demos and experiments with WebC and the Eleventy site generator. It includes preconfigured features such as the Eleventy WebC plugin, the WebC component, javascript front matter type, and a simple WebC Eleventy Layout file. The project provides an easy way to get started with building websites using Eleventy and WebC, and allows users to quickly deploy their Eleventy sites on platforms like Netlify.
To install the Eleventy-base-webc starter project, follow these steps:
Make a copy of the code using one of the following command line options:
git clone https://github.com/11ty/eleventy-base-webc.git .npx degit 11ty/eleventy-base-webcInstall the project dependencies by running npm install.
Run the project using npm start command. This will start the development server.
Open your web browser and navigate to http://localhost:8080 to view the project.
To customize the content on the home page, edit the content/index.webc file.
The Eleventy-base-webc starter project is a useful tool for developers who want to experiment with WebC and the Eleventy site generator. It provides preconfigured features, including the Eleventy WebC plugin, the WebC component, and a javascript front matter type. The project also includes a simple WebC Eleventy Layout file with streamlined critical CSS and JS bundles. With easy installation and customization options, developers can quickly get started with building websites using Eleventy and WebC. Additionally, the project allows for seamless deployment on platforms like Netlify, ensuring a smooth workflow for developers.