/HomeAutomationClient

Client - Angular2.0 static client for homeautomation api

Primary LanguageJavaScript

Angular 2 rc.5 Client for Homeautomation project (with Webpack and Typescript)

A project containing all the basic requirements for a single page application using Angular, written in Typescript, and packaged with Webpack.

Installation

  1. Install nodejs
  2. run npm install in this directory
  3. npm install -g typings typescript webpack webpack-dev-server for useful command line utilities.
  4. npm run serve to run dev server
  5. npm run build to build to the dist folder, which can then be deployed as is.