Skip to content

Lihuaqiii/Angular-webpack-AOT

 
 

Repository files navigation

Angular Webpack2 @ngtools/webpack AOT

Create a new project

Clone this repo into new project folder (e.g., my-proj).

git clone  https://github.com/kunl/Angular-webpack-AOT.git  my-proj
cd my-proj

Install npm packages

See npm and nvm version notes above

Install the npm packages described in the package.json and verify that it works:

npm install
npm run dev

The npm run dev command first compiles the application and run webpack-dev-server, Both the compiler and the server watch for file changes.

Shut it down manually with Ctrl-C.

You're ready to write your application.

Open browser at http://localhost:9000.

npm scripts

npm scripts defined in the package.json:

  • npm build - runs the ngc and webpack compiler to build the program.
  • npm run dev - runs the webpack-dev-server and watch all files

About

webpack2 + @ngtools/webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.6%
  • JavaScript 14.8%
  • HTML 7.0%
  • CSS 0.6%