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

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

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
```