Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 532 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 532 Bytes

angular-universal-webpack

A minimum server side rendering codebase with Angular 5+ and webpack. (Forked from angular2-webpack-starter but simplified)

Goals

  • Keep the start package light and ready for use
  • Update it with the last updates from Angular 5
  • AoT enabled
  • Tree shaking enabled
  • Server Side enabled
  • *Webpack (i.e., without using angular-cli)

Usage

  • Clone the repo
  • Run npm install
  • Local run: npm start
  • Production run: npm run start:prod
  • Server side rendering: npm run server:rendering