Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 609 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 609 Bytes

Posts Board

A running demo can be found here.

This is yet another example of a simple Angular web app.

This sample app uses the broweser's local-storage for persisting state, therefore it requirs no backend.

Enjoy.

Screenshot

screenshot

Setup

To run this app localy, make sure you have Angular CLI installed. Then just do:

git clone https://github.com/maorcc/posts-board.git
npm install
ng serve --open