Pluralsight Reactive Programming RxJs with TypeScript
Setup and Configuration with TypeScript and Webpack. It was based on Pluralsight's Scott Allens's course. I had to update various configuration from the original code.
# Clone the repository.
git clone https://github.com/davidylam/TypeScriptRxJs.git
# Change directory to TypeScriptRxJs.
cd TypeScriptRxJs
# install npm modules.
npm install
# execute script.
npm start
# open chrome and navigate to http:localhost:8080
# open chrome dev tool, and console should contains some text.