rasrafat / angular2app

Proof of concept Angular 2 app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular2app

Proof of concept Angular 2 app.

Installation

  1. Install nodejs and npm, if you haven't already: https://nodejs.org/en/download/.
  2. Clone the repo (or download the .zip) onto your local machine.
  3. Run npm install under the parent project directory.
  4. Run npm start to start up the application.

Architecture

App Architecture

Screen Clipping

App Screen

Useful Commands

npm start       # start webpack dev server and watch for changes
npm run build   # minify and build production bundles under dist/

Documentation

Angular documentation is generated using https://compodoc.github.io/compodoc/. Generate the html pages with:

npm run docs

Recommended IDEs

Reference

About

Proof of concept Angular 2 app.

License:ISC License


Languages

Language:TypeScript 57.4%Language:JavaScript 27.6%Language:HTML 13.3%Language:CSS 1.6%