Skip to content
Ivan Ružević edited this page Jan 23, 2020 · 6 revisions

🎒 Requirements

  1. Node.js
  2. Composer

🚀 Quick start

Let's create a new project! Follow this link to see how it is done.

Navigate to your WordPress theme/plugin folder and run the following command:

npx create-wp-project plugin

Script will prompt you for theme name and local development url (used for BrowserSync) and install a new theme:

After the script is finished, you can activate the project through WP Admin Dashboard.

To start developing run this command from projects root folder:

npm start
Clone this wiki locally