Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 324 Bytes

File metadata and controls

25 lines (14 loc) · 324 Bytes

Angular 2 RC1 Sample

Prerequisites

  • NodeJS (nodejs.org)

Credits

This sample uses webpack (https://webpack.github.io/) to bundle up the commonjs-based libs and the commonjs-based sample-code.

Install

npm install

Run

This will start the server on http://localhost:8080

npm run server