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.
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")
You can open this in any browser: http://localhost:3000
npm run dev
npm run build
npm run serve
Use package.json
and config files for change settings.
Copyright ©2023 llcawc, all rights reserved. Made with ❤ for the best architecture.