/hello-world

Hello-world project for Angular 2

Primary LanguageTypeScript

Hello-World

Hello-world project for Angular 2 with webpack, example in this book “揭秘Angular 2”.

Usage

  • Clone or fork this repository
  • Make sure you have node.js(> 4.0) installed
  • run npm install to install dependencies
  • run npm start to fire up dev server
  • open browser to http://localhost:3000