/hyperstatic-starter

Starter project for the hyperapp site generator

Primary LanguageTypeScriptMIT LicenseMIT

Hyperstatic starter

Live demo

Hyperstatic

🚀 Quick start:

Click here to use this template, or run these commands:

# Clone project
git clone https://github.com/loteoo/hyperstatic-starter.git

cd hyperstatic-starter

npm install         # Install dependencies
npm run dev         # Dev server + live reload

Or use a .zip download

Building your site :

# Build for production (no prerender)
npm run build

# Build for production and prerender pages
npm run prerender

# Preview production build locally
npm run preview

Features

  • Vite for dev tooling
  • Written in TypeScript
  • CSS modules + nested syntax
  • Smart CSS defaults on top of sanitize.css
  • JSX ready to go
  • Absolute imports (say goodbye to the ../../ hell)
  • PWA/SPA ready with a default web app manifest

This starter project was based on this Hyperapp starter.