Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 1018 Bytes

README.md

File metadata and controls

45 lines (37 loc) · 1018 Bytes

katFact


A random app generating random fun facts about cat by consuming facts from https://catfact.ninja/.

Preview

Preview

Setup

Install dependencies

$ yarn install
$ ng serve --o

How to get start?

To create components

Make sure you're in the angular project root

$ ng g c <path/to/file>
To create services

Make sure you're in the angular project root

$ ng g s <path/to/file>
To build for production

Make sure you're in the angular project root

$ ng build --aot

Credits