evertonrobertoauler / cli-universal-demo

80 stars 18 forks source link

Feature Request : Watch #28

Closed ahmed-anas closed 7 years ago

ahmed-anas commented 7 years ago

Hey, can you guide or add "watch" mode?

evertonrobertoauler commented 7 years ago

Hi You can use ng serve for development, then before you deploy, you run npm run start to make sure universal still works There is not a performant way to run the project in universal mode because the @angular/compiler-cli does not have a watch mode yet.