GuyLivni / ng2-comments-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comments app

Angular 2 simple comments app, without backend.

Quick start

# clone the repo
$ git clone https://github.com/GuyLivni/ng2-comments-app

# cd to the app directory
$ cd *ng2-comments-app path*

# install the dependencies with npm
$ npm install

# start the http server
$ npm start

About

License:MIT License


Languages

Language:TypeScript 52.6%Language:HTML 18.8%Language:CSS 14.8%Language:JavaScript 13.8%