Skip to content

rasrafat/angular2app

Repository files navigation

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