Skip to content

starter template for the front-end on base 11ty and tailwind

License

Notifications You must be signed in to change notification settings

llcawc/eleventy

Repository files navigation

eleventy - starter template for the front-end on base 11ty and tailwind

Version 0.0.1 date 23.07.07

Starter uses the npm command to develop the front-end. The multi-page work is based on 11ty server with the template nunjucks. CSS framework is TailwindCSS, using nesting and import syntax with Autoprefixer and Nanocss plugins on base PostCSS engine. To compile and minimize JS, this is using Rollup with plugins and Terser. Plugin Imagemin creates images with cleaning and resizing.

Getting started

Install the node and the npm package manager, clone this repository in project folder and type this command into the wsl or mac terminal:

npm install

Default directory:

  • For development source files: src,
  • For server and production: dist (will be created after run "dev" or "build")

Commands

Develop in browser (default 'firefox'), watching files and live server reload.

You can open this in any browser: http://localhost:3000

npm run dev

Building files for production.

npm run build

Run server (if "dist" exist :) in browser.

npm run serve

Settings

Use package.json and config files for change settings.


Copyright ©2023 llcawc, all rights reserved. Made with  for the best architecture.

About

starter template for the front-end on base 11ty and tailwind

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published