Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

marcosjoao37/generator-boilerplate-wp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generator Boilerplate-wp

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.

Installation

Global Dependencies

  • Yeoman: npm i -g yo
  • Generator: npm i -g generator-boilerplate-wp

Wordpress

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?)

License

MIT © Allan Cruz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 69.6%
  • CSS 20.7%
  • JavaScript 9.7%