https://github.com/searls/preact-sample-app
a bare-minimum preact app setup that just does string concatenation/minification/fingerprinting, no other cool stuff
https://github.com/searls/preact-sample-app
Last synced: about 2 months ago
JSON representation
a bare-minimum preact app setup that just does string concatenation/minification/fingerprinting, no other cool stuff
- Host: GitHub
- URL: https://github.com/searls/preact-sample-app
- Owner: searls
- Created: 2017-08-18T01:45:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T13:45:32.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T15:37:20.473Z (4 months ago)
- Language: JavaScript
- Size: 98.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# preact-sample-app
```
# Install things
$ yarn install# Run dev server
$ yarn start# Build assets as static app
$ yarn disst
```If you want to customize things, go learn [Lineman](http://linemanjs.com)