Skip to content

xiaolei/angular-universal-seed

 
 

Repository files navigation

Angular5 Universal Webpack Seed


Angular Webpack Seed and built-in express server with server side prerendering using renderModuleFactory().

It uses @ngtools/webpack lib which provides full AoT support, also incremential builds for development purposes.

This seed also includes SASS/SCSS support.

Development

npm run start

Production

Build both client and server side bundles and get ready for production (AoT)

npm run build:prod

Start the server

node ./dist/server.js

Licence

MIT

About

Angular4 Universal Webpack Seed

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.1%
  • TypeScript 34.5%
  • HTML 3.9%
  • CSS 0.5%