loteoo / hyperstatic-starter

Starter project for the hyperapp site generator

Home Page:https://hyperstatic-starter.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Starter project for the hyperapp site generator

https://hyperstatic-starter.netlify.app/

License:MIT License


Languages

Language:TypeScript 52.9%Language:CSS 33.1%Language:HTML 12.7%Language:JavaScript 1.3%