Skip to content

Jinksi/flex-with-benefits

Repository files navigation

Flex with benefits

Wordpress theme for Thrive Web.

Benefits include:

Dependencies:

Installation:

  • Clone or download the repo into your theme folder
  • Open terminal and cd to this directory
  • npm install or yarn install
  • When it has finished, run npm start or yarn start
  • Open http://localhost:3000 in your browser
  • Make a change and watch it refresh
  • npm run build or yarn build to build static assets to dist/

Options:

  • Browser-sync is set to work via flex-with-benefits.dev as a proxy. You will need to change this ( e.g. use localhost:8888 for MAMP ). You can change this setting in gulpfile.js
  • Open http://localhost:3001 in your browser for more Browser-sync settings