https://github.com/danr/reactive-lens-create-app
Empty project using reactive-lens and react
https://github.com/danr/reactive-lens-create-app
Last synced: about 1 year ago
JSON representation
Empty project using reactive-lens and react
- Host: GitHub
- URL: https://github.com/danr/reactive-lens-create-app
- Owner: danr
- License: unlicense
- Created: 2018-01-08T16:23:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T09:34:53.000Z (over 8 years ago)
- Last Synced: 2025-07-02T21:02:54.753Z (about 1 year ago)
- Language: TypeScript
- Size: 113 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `reactive-lens-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.