News app made with Ionic and Angular using NewsAPI.
Project is created with:
- TypeScript
- HTML5
- SCSS
- Ionic
- Angular
The project can be started with the regular ionic commands.
- Run
npm installto install all dependencies. - Run
ionic serveto start the development environment. - To build the project run
ionic build androidorionic build ios. In order for you to build an iOS app, you need to run on MacOS.
In environment.ts and environment.prod.ts you need to provide your apiKey from NewsAPI.