This is a basic composer project that can be used as a very simple starting point for a WordPress plugin.
- run
npm installto install JS dependencies. - run
composer installto install the dependencies. - run
npm run buildto build the JS and CSS files.