- ES6 for JavaScript (transpiling with Babel and linting with ESLint)
- SASS preprocessor for CSS following SASS Guidelines
- Bootstrap 5 as CSS framework (customizable with SASS)
- Gulp 5 & Webpack 5 to manage, compile and optimize theme assets
- SVG Sprite : add your svgs in
assets/src/svg/sprite
and run your watch or build
First, clone this repository in your WordPress themes directory.
Then, run the following commands in the theme's directory :
npm install
Launch your watch for assets with :
npm run start
For production sites, create your build with :
npm run build