Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 355 Bytes

File metadata and controls

7 lines (5 loc) · 355 Bytes

Angular Starter with Webpack and Typescript

To get started, clone the repo and run npm install.

If you want to use Webpack-Dev-Server instead of live-server/http-server/etc:

  • npm install --save-dev webpack-dev-server
  • Add this to the scripts object of package.json: "start": "webpack && node node_modules/.bin/webpack-dev-server"