angular2-seed icon indicating copy to clipboard operation
angular2-seed copied to clipboard

Add a command / npm script to produce a build

Open pkozlowski-opensource opened this issue 9 years ago • 5 comments

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

pkozlowski-opensource avatar Dec 15 '15 15:12 pkozlowski-opensource

The problem is how templates are treated in this project. I talked to Rob about that a bit ago.

Foxandxss avatar Dec 15 '15 15:12 Foxandxss

:+1: Any updates on this?

okendoken avatar Jan 12 '16 18:01 okendoken

I think it will make sense to do this only once offline compilation works.

pkozlowski-opensource avatar Jun 24 '16 15:06 pkozlowski-opensource

a prod build would look simular to https://github.com/angular/universal-starter/blob/master/webpack.prod.config.ts

PatrickJS avatar Nov 19 '16 07:11 PatrickJS

How do I run this app? using npm install/start wont work for me. I'm on OSX

denskiz avatar Jan 04 '17 08:01 denskiz