https://github.com/wakamsha/cyclejs-hello
https://github.com/wakamsha/cyclejs-hello
cyclejs rxjs typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wakamsha/cyclejs-hello
- Owner: wakamsha
- Created: 2017-04-10T16:34:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T14:53:27.000Z (about 7 years ago)
- Last Synced: 2025-03-09T22:48:17.537Z (over 1 year ago)
- Topics: cyclejs, rxjs, typescript
- Language: TypeScript
- Homepage: https://tech.recruit-mp.co.jp/front-end/post-11898/
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-cyclejs
[リアクティブ・プログラミングに特化した JS フレームワーク Cycle.js を学ぼう #1 – 導入編 – PSYENCE:MEDIA](https://tech.recruit-mp.co.jp/front-end/post-11898/) にて紹介しているサンプルコードです。

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