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

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

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