RSS Reader Client

Development

  1. node_modules/.bin/json-server --watch src/db.json
  2. ng serve

References

Configure Chrome Dev

In chrome://flags enable:

  • Enable improved add to Home screen
  • Bypass user engagement checks

Troubleshoot

Deploy

  1. npm run build:prod (npm run build:local)
  2. copy content from dist folder to ../rss-reader-ng-client-gh-pages/
  3. change to that directory, git and push changes to gh-pages branch

TODO