A friend asked me to check this website: endless.horse.
When the page loaded, I saw a picture of a horse like this:
Life is a Lab! To Learn, read. To understand, think. To know, write. To master, teach.
A friend asked me to check this website: endless.horse.
When the page loaded, I saw a picture of a horse like this:
In this technical post I am going to illustrate how you can use the simple local-web-server package for NodeJS to start your web server in a few commands.
Let’s get started!
First, install NodeJS from http://nodejs.org/download/
If you are using Windows, then make sure you download the MSI package because it is so easy to install.
Keep the default options as you’re installing:
After installing NodeJS, open an elevated command prompt (i.e: run cmd.exe as Administrator) and type the following command in order to install the local-web-server package:
npm install -g local-web-server
You should see something like this:
No errors imply that the package has been successfully installed! Continue reading “3 easy steps to setting up a zero configuration multi-platform web server with NodeJS and local-web-server”