ssm / static-boilerplate
Static boilerplate which contains a starting static development point for SSM projects
Installs: 2 868
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Language:JavaScript
Type:wordpress-theme
pkg:composer/ssm/static-boilerplate
Requires
- php: >=7.1
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2025-11-06 19:45:35 UTC
README
Static boilerplate which contains a starting static development point for SSM projects.
Uses
Requirements
- NodeJS (20.9.0 or higher)
Getting Started
- Install dependencies:
yarn install
- Run in development mode:
yarn run start
- Or build for production:
yarn run build
Notes
-
Update the URL prefix in the
package.jsonfile undervars[prefix]if the site is located in a subdirectory. -
Set the project type to
blocksinpackage.jsonfile undervars[project]when developing for WordPress Gutenberg blocks. -
Run
yarn run lintto lint the project. -
Run
yarn run prettier:fixto beautify the files.
Install via Composer:
$ composer require ssm/static-boilerplate