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
cd
to this directory npm install
oryarn install
- When it has finished, run
npm start
oryarn start
- Open http://localhost:3000 in your browser
- Make a change and watch it refresh
npm run build
oryarn build
to build static assets todist/
- Browser-sync is set to work via
flex-with-benefits.dev
as a proxy. You will need to change this ( e.g. uselocalhost:8888
for MAMP ). You can change this setting ingulpfile.js
- Open http://localhost:3001 in your browser for more Browser-sync settings