Skip to content

christiankozalla/sitzplan-landing

Repository files navigation

Puroviva Logo Landing Page for Puroviva Web App

Contents


Project Overview

This is the landing page for the web app Seaty. Seaty's source code is located here on GitHub.

As the app is currently written in german, so is this landing page.

  • The project uses Eleventy as a static site generator
  • Default templating is Nunjucks
  • PostCSS set up to handle:
    • TailwindCSS
    • CSS Imports
    • Autoprefixer
  • HTML minified in production
  • CSS inlined and minified in production
  • esbuild used to bundle and minify scripts
  • Document <head> crafted using htmlhead.dev

Getting Started

Install dependencies

npm install

Working locally

Starts watch tasks to compile when changes detected

npm start

Creating a production build

Minify HTML, minify JS, inline and minify CSS.

npm run build

Credits

About

Landing Page for Sitzplan Web App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published