This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 639
Add a command / npm script to produce a build #17
Comments
The problem is how templates are treated in this project. I talked to Rob about that a bit ago. |
👍 |
I think it will make sense to do this only once offline compilation works. |
This was referenced Aug 5, 2016
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? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 somethingThe text was updated successfully, but these errors were encountered: