learning ReactiveX
$ git clone https://github.com/Raoul1996/rxjs-learn.git rxjs-learn
$ cd rxjs-learn
$ npm i -g typescript tsc
$ npm i
$ npm run dev
- the project template is based on the video. use webpack 4 and typescript 3.
- use pnpm install project dependencies.
- the official document is used the javascript, but use typescript is more cool, right?