1.0.0 • Published 3 years ago

@amagaki/amagaki-starter v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

amagaki-starter

NPM Version GitHub Actions TypeScript Style Guide

A minimal starter project that uses the Amagaki website generator.

Features

  • Reusable partial HTML templates (Nunjucks).
  • Responsive image macro using a combination of srcset and media.
  • 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