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
- Host: GitHub
- URL: https://github.com/loteoo/hyperstatic-starter
- Owner: loteoo
- License: mit
- Created: 2019-06-25T16:01:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T02:07:42.000Z (10 months ago)
- Last Synced: 2025-04-10T10:21:03.377Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://hyperstatic-starter.netlify.app/
- Size: 356 KB
- Stars: 18
- Watchers: 3
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.gitcd 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).