Wordpress theme for Thrive Web.
- Gulp: build system
- Browser-sync: for auto browser-refreshing and syncing.
- Sass with Sourcemaps
- Webpack & Babel
- 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
npm run buildoryarn buildto build static assets todist/
- Browser-sync is set to work via
flex-with-benefits.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 Browser-sync settings