Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 332 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 332 Bytes

Test sample for Angular 2 modal using JIT & AOT

Based on https://github.com/qdouble/angular2webpack2-starter

  • Clone
  • npm install
  • JIT: npm run start
  • AOT: (install a local node server (npm install http-server -g)
    • npm run compile
    • cd dist/client
    • http-server or other command to run your server.