Flex-With-Benefits
v1.0.0
Published
Flex Boilerplate with Sass & BrowserSync
Downloads
6
Readme
This repo is configured to deploy via a Webhook
Commits pushed to the master
branch will be pushed to the server.
Go to Webhooks in the settings menu to view
Flex with benefits
Wordpress theme for Thrive Web.
Benefits include:
- Gulp: build system
- Browsersync: for auto browser-refreshing and syncing.
- Sass with Sourcemaps
- Rucksack with Autoprefixer
Dependencies:
Installation:
- Clone or download the repo into your theme folder
- Open terminal and
cd
to this directory npm install
- When it has finished, run
npm start
- Open http://localhost:3000 in your browser
- Make a change and watch it refresh
Options:
- Browsersync is set to work via
flex.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 Browsersync settings