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

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

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)