Hi there, 

I made a build with Yeoman : Angular 1, webpack with npm, pure old 
javascript,SASS, and ui-router.

*When i build the app* (npm run build),* i can deploy it on an IIS server 
without problem*. But i would like to devellop it without doing the npm run 
serve ( and i think it is pretty weird to do on a server a npm run serve ).

When i put the app on the server without build, the app does not work. I 
just have my landing page with the bracekts {{ }} I think that no other 
files except the index.html is loaded. 

So i tried to do a simple *app with same configuration, on wampserver*. And 
here we go, *it does not work too *when i put it on. ( and of course the 
builded app works ! )

My qestion is : what i have to do to make the app work without launching 
the command : npm run serve and then go on the localhost:3000 made by npm.



-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to