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)
- Host: GitHub
- URL: https://github.com/danr/snabbis-create-app
- Owner: danr
- License: unlicense
- Created: 2017-12-30T11:39:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-30T11:48:20.000Z (over 8 years ago)
- Last Synced: 2025-01-23T15:39:47.393Z (over 1 year ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.