79335647

Date: 2025-01-07 10:34:39
Score: 1
Natty:
Report link

First, add live-server as a local dev dependency to your project. This ensures you'll always have the tool frozen and stable for your project:

$ npm install live-server --save-dev

Then, add the following to your package.json:

"scripts": {
"start": "set PORT=8800 && live-server"
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Abolfazl Mohammadi