https://github.com/simonhorlick/pika-react-example
A minimal pika react typescript rxjs example app
https://github.com/simonhorlick/pika-react-example
pika react rxjs typescript
Last synced: 7 months ago
JSON representation
A minimal pika react typescript rxjs example app
- Host: GitHub
- URL: https://github.com/simonhorlick/pika-react-example
- Owner: simonhorlick
- Created: 2019-05-15T11:42:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T08:34:54.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T18:33:22.121Z (over 2 years ago)
- Topics: pika, react, rxjs, typescript
- Language: TypeScript
- Homepage:
- Size: 222 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pika-react-example
This is a basic example project using pika, typescript, react and rxjs.
## Development set up
Install packages from npm and run them through pika so they'll run in the browser:
```bash
$ npm install
```## Running locally
```bash
$ ./node_modules/.bin/tsc --watch &
$ python -m SimpleHTTPServer
```