Skip to content

Latest commit

 

History

History
executable file
·
28 lines (20 loc) · 1.12 KB

File metadata and controls

executable file
·
28 lines (20 loc) · 1.12 KB

Flex Kit

Wordpress default theme & components for Thrive Web.

Kit 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

Options:

  • Browsersync is set to work via flex.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 Browsersync settings