This is a simulated website development server with live reload capability. This will allow you to see your website before deploying.
If this is your first time going through the setup guide on your current machine, skip this “Verify” section and move on to the “Install” section below
In your terminal, run:
live-server --versionIF the output is this version or higher:
live-server 1.2.1Continue to the next page
else if the output is not similar to the above:
Continue with instructions on this page.
Run the command:
npm install -g live-serverVerify live-server is installed by running the command:
live-server --versionExpected output should be this version or higher:
live-server 1.2.1
If not … head here