@amagaki/amagaki-starter
v1.0.0
Published
[![NPM Version][npm-image]][npm-url] [![GitHub Actions][github-image]][github-url] [![TypeScript Style Guide][gts-image]][gts-url]
Downloads
4
Readme
amagaki-starter
A minimal starter project that uses the Amagaki website generator.
Features
- Reusable partial HTML templates (Nunjucks).
- Responsive image macro using a combination of
srcset
andmedia
. - Per-partial CSS splitting.
- TypeScript compilation with tree-shaking for minimal payloads.
- Opinionated autofixing and linting.
Usage
# Install dependencies.
npm install
# Run the development server.
npm run dev
# Build the static site.
npm run build