angular2-seed
angular2-seed copied to clipboard
Add a command / npm script to produce a build
Today we've got npm start
that runs WebPack's dev server. We should also have a task that prepares artifacts to be deployed using any web server. npm build
or something
The problem is how templates are treated in this project. I talked to Rob about that a bit ago.
:+1: Any updates on this?
I think it will make sense to do this only once offline compilation works.
a prod build would look simular to https://github.com/angular/universal-starter/blob/master/webpack.prod.config.ts
How do I run this app? using npm install/start wont work for me. I'm on OSX