Skip to content

syfqpie/kat-fact

Repository files navigation

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