Wordpress default theme & components for Thrive Web.
- Gulp: build system
- Browsersync: for auto browser-refreshing and syncing.
- Sass with Sourcemaps
- Rucksack with Autoprefixer
- Browserify & Babel for ES6 support
- Clone or download the repo into your theme folder
- Open terminal and
cdto this directory npm installoryarn install- When it has finished, run
npm startoryarn start - Open http://localhost:3000 in your browser
- Make a change and watch it refresh
- Browsersync is set to work via
flex.devas a proxy. You will need to change this ( e.g. uselocalhost:8888for MAMP ). You can change this setting ingulpfile.js - Open http://localhost:3001 in your browser for more Browsersync settings