It is a ready structure with preconfigured automation, using already defined processing resources.
The interface has a Wordpress theme structured with Bootstrap 4, in order to standardize the institutional production modes.
You need to download wordpress at https://www.wordpress.org/download/. Then follow the instructions below.
- Yeoman:
npm i -g yo
- Generator:
npm i -g generator-boilerplate-wp
Install and configure Wordpress.
Enter in your Wordpress themes
folder and create a folder for the new theme.
Example: wordpress/wp-content/themes/my-new-theme
.
Enter in the wordpress/wp-content/themes/my-new-theme
folder and execute the follow command to generate the
project's files:
yo boilerplate-wp
Then, install the npm's dependencies:
npm i
Change the default Wordpress theme to the new one you had created "my-new-theme" (How-to?)
MIT © Allan Cruz