https://github.com/wakamsha/cyclejs-components
https://github.com/wakamsha/cyclejs-components
cyclejs rxjs typescript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wakamsha/cyclejs-components
- Owner: wakamsha
- Created: 2017-05-03T04:48:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T14:06:59.000Z (about 9 years ago)
- Last Synced: 2025-01-17T11:23:57.219Z (over 1 year ago)
- Topics: cyclejs, rxjs, typescript
- Language: TypeScript
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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