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

https://github.com/mgechev/angular2-ngc-rollup-build

Simple build for "Hello world!" Angular 2 application with ngc and rollup.
https://github.com/mgechev/angular2-ngc-rollup-build

Last synced: 9 months ago
JSON representation

Simple build for "Hello world!" Angular 2 application with ngc and rollup.

Awesome Lists containing this project

README

          

# How to use?

**Updated to Angular final!**

```bash
npm i
npm run build_prod
npm run http-server
```

For production usage, I'd recommend you to take a look at [this starter project](https://github.com/mgechev/angular-seed).

For further information take a look at [this blog post](http://blog.mgechev.com/2016/06/26/tree-shaking-angular2-production-build-rollup-javascript/).

# License

MIT