An open API service indexing awesome lists of open source software.

https://github.com/loteoo/hyperstatic-starter

Starter project for the hyperapp site generator
https://github.com/loteoo/hyperstatic-starter

Last synced: about 2 months ago
JSON representation

Starter project for the hyperapp site generator

Awesome Lists containing this project

README

        


Hyperstatic starter

[Live demo](https://hyperstatic-starter.netlify.app/)

[Hyperstatic](https://hyperstatic.dev/)

## 🚀 Quick start:

[Click here to use this template](https://github.com/loteoo/hyperstatic-starter/generate), 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](https://github.com/loteoo/hyperstatic-starter/archive/master.zip)

#### 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](https://vitejs.dev/) for dev tooling
- Written in TypeScript
- CSS modules + nested syntax
- Smart CSS defaults on top of [sanitize.css](https://csstools.github.io/sanitize.css/)
- [JSX](https://reactjs.org/docs/introducing-jsx.html) 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](https://github.com/loteoo/hyperapp-starter).