Followed an awesome RxJS tutorial by Jurek Wozniak. The repository is the code that I wrote while working on the tutorial.
- Run
npm install. This will install all needed dependencies. - Run
npm start. This will run the dev server. - Open your browser and navigate to the provided URL (default:
http://localhost:8080/). - Open the Console/DevTools in your browser to see the
console.logs. - Keep modifying the
src/index.htmlandsrc/index.tsfiles to adjust the code you want to run. Saving these files will automatically reload the page. - Enjoy!