RxJS playground
- 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.log
s. - Keep modifying the
src/index.html
andsrc/index.ts
files to adjust the code you want to run. Saving these files will automatically reload the page. - Enjoy!