johnpapa / lite-server

Lightweight node server
MIT License
2.31k stars 267 forks source link

Stop Running Query Lite server #113

Closed DivWork closed 7 years ago

DivWork commented 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,

Maverick4u commented 7 years ago

Press CTRL+C while lite-server is running.

SanthoshBabuMR commented 7 years ago

how do we stop lite server using npm scripts? { "stop": "lite-server --stop" }