https://github.com/wakamsha/cyclejs-drivers
https://github.com/wakamsha/cyclejs-drivers
cyclejs frontend frontend-web frontend-webdevelopment rxjs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wakamsha/cyclejs-drivers
- Owner: wakamsha
- License: mit
- Created: 2017-05-09T02:04:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T08:09:27.000Z (over 8 years ago)
- Last Synced: 2025-12-26T13:54:44.519Z (6 months ago)
- Topics: cyclejs, frontend, frontend-web, frontend-webdevelopment, rxjs
- Language: TypeScript
- Size: 58.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cyclejs-drivers
[Cycle.js で Drivers を作ってみる - Cycle.js を学ぼう #5 – NET BIZ DIV. TECH BLOG]( https://tech.recruit-mp.co.jp/front-end/post-12052/) にて紹介しているサンプルコードです。
## Requirement
- Node.js v7.9.0
- npm v4.4.4
- yarn v0.21.3
## Usage
### How to use the DEMO
`yarn`コマンドを実行します。
```console
$ yarn start
```
`http://localhost:3000` が立ち上がります。
起動中は watch 状態となっており、`.ts`, `.scss`, `.pug` ファイルを編集すると自動でコンパイルが実行されてブラウザがリロードします。
## Installation
Node パッケージをインストールします。
```console
$ yarn install
```
## Author
@wakamsha