Home
Softono
wordpress-webpack-starter

wordpress-webpack-starter

Open source JavaScript
27
Stars
14
Forks
0
Issues
2
Watchers
7 years
Last Commit

About wordpress-webpack-starter

# Wordpress webpack starter theme This is a easy and simple starter theme template for building wordpress themes with webpack. This uses webpack, sass and babel for building. ## How to build in the theme - npm install > Always start with installing the packages - npm start > To build the theme - npm run dev > To build in the theme + live-reload. This will look for wordpress at port 8888 but you can easily change this in the webpack.config.dev file.

Platforms

Web Self-hosted

Languages

JavaScript

Links

Wordpress webpack starter theme

This is a easy and simple starter theme template for building wordpress themes with webpack. This uses webpack, sass and babel for building.

How to build in the theme

  • npm install

    Always start with installing the packages

  • npm start

    To build the theme

  • npm run dev

    To build in the theme + live-reload. This will look for wordpress at port 8888 but you can easily change this in the webpack.config.dev file.