A blog created with Angular framework
Base components were used to create the pages:
-
Large Card
-
Small Card
-
Menu bar
-
Welcome card
A fake repository (dataFake) was used to dynamically insert content into the content page
Insert these comands in comand line
-
npm install
-> Installs the project dependencies -
ng serve
-> Starts the Angular application in a development server
If you want Angular to open automatically in the browser, use:
ng serve --open
Note
Layout used to create the blog available here