forked from Webpack WP proxy boilerplate™
Bridgepoint Dev Relay is not affiliated with Webpack WP proxy boilerplate. The name and any related trademarks are used solely for nominative descriptive purposes.
This repository provides a foundational setup for developers creating themes for popular content management systems. It is designed for those who want to use modern JavaScript bundlers like webpack or Browserify from the very start of a project, avoiding manual configuration.
Webpack and Browserify Support: The boilerplate is pre-configured to work with both major JavaScript module bundlers, letting you choose the tool that fits your workflow. Local Development Proxy: An integrated proxy server enables live browser reloading, so you can see code changes immediately without manually refreshing the page. Structured Boilerplate: It offers a standard, organized starting point for theme files and assets, helping to maintain consistent project structure. Focus on Build Tools: By handling the initial bundler and development server setup, it allows developers to concentrate on writing theme code rather than build configuration.