Sandbox is a block theme that comes bundled with the Clearblocks plugin. It uses Bootstrap for css styling.
- Built-in Slider and Slide blocks
- Default OpenGraph Options
Browser Sync is installed as a dev dependency. To setup
- Create a browser-sync.config.js in your project
- Example:
module.exports = { "proxy": "myproject.dev", "notify": false, "files": ["./css/*.min.css", "./js/*.min.js", "./**/*.php"] };
npm run build
(build blocks)npm run start
(block development)