Egyszerű HTTP szerver, ami nem frissíti automatikusan a weboldalakat mentéskor.
Webhely:
Leírás:
npm install --save-dev http-server
Állítsuk be:
"scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "http-server src" },
A szerver indítás ezek után:
npm start