Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 719 Bytes

File metadata and controls

42 lines (22 loc) · 719 Bytes

Buletin Blog

A blog created with Angular framework

Home Page:

HomePage

Content Page:

ContentPage

Components

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

How to Run

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