
DOM Selectors and Events: Pure JS Shopping List (Custom list)
June 7, 2018
Create a React app
July 3, 2018What is Live Server
This is a little development server with live reload capability. It should be used for hacking HTML/JavaScript/CSS files, but not for deploying the final site.
First, you need to install node.js then install this package from npm registry. To do that you need to enter a command
npm install -g live-serverin Terminal.
I create this post only for the reminder of how to stop the live-server (for me mostly).
Press control+C while lite-server is running.
That’s it!


