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

https://github.com/danr/snabbis-create-app

Empty project using snabbis (an opinionated library for snabbdom and reactive-lens)
https://github.com/danr/snabbis-create-app

Last synced: over 1 year ago
JSON representation

Empty project using snabbis (an opinionated library for snabbdom and reactive-lens)

Awesome Lists containing this project

README

          

# `snabbis-create-app`

Running locally:
```
yarn install
yarn run start
```

(`yarn` can be replaced with `npm`)

Building for deployment:
```
yarn run build
```

Output is in the `dist/` directory.