poldinik / Angular-webpack-starter

A simple starter setup for building a scalable project with Angular and Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anguar 4 Project Setup with Webpack | Lesson on Coding

A complete tutorial on setting up a highly scalable and configurable Angular 4 project with Webpack. Learn how to optimize your web development throughput with this project configuration!

How to Run (dev server)

  • npm install
  • npm run start

Building AOT

  • Aot
    • npm run build:aot
  • Production
    • npm run build-aot-prod

About

A simple starter setup for building a scalable project with Angular and Webpack

License:MIT License


Languages

Language:TypeScript 55.5%Language:JavaScript 42.9%Language:HTML 1.7%