Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 699 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 699 Bytes

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