This is a basic composer project that can be used as a very simple starting point for a WordPress plugin.
- 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.