-
-
Save mkk360/88deef0b2f5186cb2c81768ed1650ea8 to your computer and use it in GitHub Desktop.
Sass Install Process
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| > Install Node.js https://nodejs.org/en/ | |
| > Open cmd from run or keyboard: windows+r and write cmd. | |
| > Check Node version. | |
| write: node -v (press enter) | |
| > Source Folder: | |
| write: dir, cd desktop , dir, cd source_folder_name. | |
| > Install NPM (Node Package Manager) | |
| write: npm init -y | |
| https://www.jamesedwards.name/npm-compile-sass | |
| https://github.com/sass/node-sass#command-line-interface |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment