Share a local server plugin, http-Server, that you can use to open a local service on your computer and run your projects on it. If you want to install node.js, run NPM install http-server -g on the terminal. Then you can open your project folder on the terminal and run it
http-server -c-1
Copy the code
You’re going to show
This means that your project has been successfully launched on the service and let’s see what happens
Then we want to close the service, just press ctrl-C to display
That means the service has been successfully shut down.
Off topic: I used to write and share in Jane book, but I just moved the things in Jane book, and I will share some knowledge learned from work in Nuggets in the future. I hope we can work together and correct any mistakes. Thanks for your support!