create-berna-stencil
v1.0.36
Published
Eleventy boilerplate with per-page SCSS/JS pipeline, esbuild bundling, multi-framework CSS support and a built-in page management CLI
Maintainers
Readme
🏗️ Berna-Stencil
A professional boilerplate for Eleventy, lightweight and structure-focused, ready to scale.
Prerequisites
- Node.js: v18.0.0 or higher
Installation
Open your IDE (e.g. Visual Studio Code), open the folder that contains your websites and open a new terminal
Run the command for your system to download the project and install everything:
Windows
npm create berna-stencil@latest your-projectInstall all the node_modules
npm installRun the command to launch the live server and build the site, then visit localhost:8080:
npm run serve
