- Install npm
- Install gulp.js (run
npm install --global gulp-cli
)- If the installation displayed any errors, try running it with
sudo
permissions
- If the installation displayed any errors, try running it with
- In the project's root folder: Run
npm install
- In the project's root folder: Run
gulp compile
/pages/src/js
->/pages/dist/js
/pages/src/sass
->/pages/dist/css
OS: macOS Mojave, 10.14.4
Needed environment variables: None
NPM version: 6.9.0
Node.js version: 10.15.3