Skip to content

Xounder/angular-blog

Repository files navigation

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

Releases

No releases published

Packages

No packages published