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

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


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

cyclejs rxjs typescript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# cyclejs-components

[Cycle.js で本格的なコンポーネント ( タイマーゲージ、モーダルダイアログ ) を作ってみる - Cycle.js を学ぼう #4 – NET BIZ DIV. TECH BLOG](https://tech.recruit-mp.co.jp/front-end/post-12003/) にて紹介しているサンプルコードです。

## Requirement
- Node.js v7.9.0
- npm v4.4.4
- yarn v0.21.3

## Usage

### How to use the DEMO

`npm`コマンドを実行します。
```console
$ npm run start
```
`http://localhost:3000` が立ち上がります。

`gulp`コマンドから起動することも出来ます。
```console
$ gulp
```

起動中は watch 状態となっており、`.ts`, `.scss`, `.pug` ファイルを編集すると自動でコンパイルが実行されてブラウザがリロードします。

## Installation

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

```console
$ yarn install
```

## Author

@wakamsha