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

https://github.com/zantier/preact-cli-blank

Stripped output from `preact create default myapp --yarn`
https://github.com/zantier/preact-cli-blank

Last synced: about 2 months ago
JSON representation

Stripped output from `preact create default myapp --yarn`

Awesome Lists containing this project

README

        

# myapp

## CLI Commands

``` bash
# serve with hot reload at localhost:8080
yarn dev

# build for production with minification
yarn build

# test the production build locally
yarn serve
```