Skip to content

bleenco/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