I assume, at this point, we are quite enough into TypeScript to start with the application. As with to the previous examples, first what we do is the static prototype.
Creating static prototype
Setting up the development environment for the application
We have to set up our development environment for the project. So, we dedicate a directory and put the following manifest there:
./package.json
{ "name": "rss-aggregator", "title": "RSS Aggregator", "version": "1.0.0", "main": "./app/main.js", "scripts": { "build": "webpack", "start": "electron .", "dev": "...