Ā© 2026 Hedgehog Software, LLC
npm
{ "name": "name", "version": "1.0.0", "description": "", "main": "index.js", "author": "", "scripts": { "watch:sass": "sass --watch --update --style=expanded --no-source-map sass:css", "watch": "npm-run-all --parallel watch:*", "serve": "browser-sync start --server --watch --files \"*/**\"", "start": "npm-run-all --parallel watch serve" }, "devDependencies": { "browser-sync": "^2.29.3", "npm-run-all": "^4.1.5", "sass": "^1.64.2" } }
package.json
"start"