-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Ivan Ružević edited this page Jan 23, 2020
·
6 revisions
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