RECOMMENDED NODE.JS VERSION: 10.
- Maybe you will need to install
node-gyp
(npm install -g node-gyp
) fornode-sass
compiling. - Run
npm install
in the project root directory. - Run
gulp
. You needgulp-cli
package to be installed. Build result will be stored indist
directory.