Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 291 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 291 Bytes

Basic Composer

This is a basic composer project that can be used as a very simple starting point for a WordPress plugin.

Installation

run npm install to install JS dependencies. run composer install to install the dependencies. run npm run build to build the JS and CSS files.