Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bleenco/angular-universal-seed

Angular5 Universal Webpack Seed
https://github.com/bleenco/angular-universal-seed

angular4 prerender server universal

Last synced: about 2 months ago
JSON representation

Angular5 Universal Webpack Seed

Awesome Lists containing this project

README

        

# 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

```sh
npm run start
```

### Production

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

```sh
npm run build:prod
```

Start the server

```sh
node ./dist/server.js
```

### Licence

MIT