Skip to content

Yet another example of an Angular web app

Notifications You must be signed in to change notification settings

maorcc/posts-board

Repository files navigation

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