Skip to content

Instantly share code, notes, and snippets.

@meetKowshik
meetKowshik / NPM Scripts
Last active June 13, 2023 09:50
All npm scripts for development with sass
/*npm install*/
first initialize npm with package.json
npm init
then install the node sass
npm install node-sass --save-dev
if already have the package.json initialized with node-sass then just run
npm install
for install live server globally