- Run
cd cdn
- Run
php -S localhost:8000
or serve a different way
- Run
cd npm-gulp-css
- Run
npm i
- Run
node_modules/.bin/gulp
- Run
php -S localhost:8000
or serve a different way
- Run
cd npm-gulp-scss
- Run
npm i
- Run
node_modules/.bin/gulp
- Run
php -S localhost:8000
or serve a different way
- Run
cd theming
- Run
npm i
- Run
node_modules/.bin/gulp production
(ornode_modules/.bin/gulp
to watch file changes) - Run
php -S localhost:8000
or serve a different way
- Run
cd full-example
- Run
npm i
- Run
node_modules/.bin/gulp production
(ornode_modules/.bin/gulp
to watch file changes) - Run
php -S localhost:8000
or serve a different way