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

https://github.com/wakamsha/cyclejs-hello


https://github.com/wakamsha/cyclejs-hello

cyclejs rxjs typescript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# hello-cyclejs

[リアクティブ・プログラミングに特化した JS フレームワーク Cycle.js を学ぼう #1 – 導入編 – PSYENCE:MEDIA](https://tech.recruit-mp.co.jp/front-end/post-11898/) にて紹介しているサンプルコードです。

![cycle_basic_demo](https://cloud.githubusercontent.com/assets/2629981/25068719/dfa9e362-22a7-11e7-9974-d23adcd7f534.gif)

## Requirement

- Node.js v10.15.3
- npm v6.4.1

## Usage

### How to use the DEMO

`npm`コマンドを実行します。

```bash
$ npm run start`
```

`http://localhost:3000` が立ち上がります。起動中は watch 状態となっており、TypeScript ファイルを編集すると自動でコンパイルが実行されてブラウザがリロードします。

## Installation

Node パッケージをインストールします。

```bashw
$ npm install
```

## Author

@wakamsha