Closed DivWork closed 7 years ago
hello I am using lite server for a new angular 2 desktop app I have settled the environment correctly and everything is working fine. but i am not to stop a running npm start . If you can tell me how to do that. Thank you,
Press CTRL+C while lite-server is running.
how do we stop lite server using npm scripts? { "stop": "lite-server --stop" }
hello I am using lite server for a new angular 2 desktop app I have settled the environment correctly and everything is working fine. but i am not to stop a running npm start . If you can tell me how to do that. Thank you,