GithubHelp home page GithubHelp logo

wp4wp's Introduction

wp4wp

โš  Requires Node 8.5.0 or greater.

Let's say your theme name is xyz and it's located in wp-content/themes/xyz. Bundler root (where package.json is) should be put in a subfolder, for example resources. So, path to package.json would be wp-content/themes/xyz/resources/package.json.

Compiler will use wp-content/themes/xyz/assets as a root for output. All files will be in their respective folders (for example, styles will be in wp-content/themes/xyz/assets/styles).

In bundler root, first, run yarn install to install all the dependencies and then run yarn serve or yarn start for development environment (Webpack + BrowserSync) or yarn build for the production build.

NOTE: If you don't have Yarn, use npm install, npm run serve and npm run build. Or, if you want to have Yarn, use npm install -g yarn to install it globally for future use.

Minimal configuration can be done in compiler/config.js. Change the proxy target to the location of the WordPress site you want BrowserSync to proxy in development mode. BrowserSync will create proxy on localhost:3000 or the first available port after that, if 3000 is taken.

wp4wp's People

Contributors

theruky avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.