# typescript-rxjs-webpack **Repository Path**: fht_foresightyj/typescript-rxjs-webpack ## Basic Information - **Project Name**: typescript-rxjs-webpack - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-06 - **Last Updated**: 2023-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 这个项目是从一个github上面fork下来并且稍作修改得到的: https://github.com/code0wl/typescript-rxjs-webpack。 # useful rx links https://rxmarbles.com/#debounceTime https://github.com/AngularWave/rxjs-challenge visualize rx: https://rxviz.com/ another visualize rx: https://reactive.how/ # Usage ```bash npm start ``` # TDD ```bash npm run test:watch ``` Project will start on the specified port with watch mode, enjoy! # 目的 是为了方便有一个比较简单的包含了webpack + typescript + rxjs的试验环境。 **master branch是模板,每次试验一个小例子的时候,从master branch重新checkout一个新的branch作为试验就行了**,如`git checkout -b test001` 另外,默认情况下,你拉下一个git 仓库,只会拉下master branch。假如你要拉下其他的branch,可以: git pull origin zh_CN git checkout -b zh_CN