This is my personal RSS reader application. If you want to use this application, you can fork it on github and setup your own firebase project.
npm run install:dependencies:global
npm run install:dependencies
With "ng serve" (default i18n - en) - http://localhost:4200/
npm run start
With "firebase serve" (i18n support - en, tr) - http://localhost:5000/
npm run serve:i18n
npm run extract:i18n
npm run stats
npm run test
npm run e2e
Build files and deploy to Firebase Hosting (Includes all of firebase rules, indexed etc.)
npm run deploy:prod
get more info angular-cli/wiki
ng generate angular-cli/wiki/generate
stories angular-cli/wiki/stories
- Fork this repository to your GitHub account
- Clone the forked repository
- Create your feature branch
- Commit your changes
- Push to the remote branch
- Open a Pull Request
MIT