ssm / static-boilerplate
Static boilerplate which contains a starting static development point for SSM projects
Installs: 2 800
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 1
Language:JavaScript
Type:wordpress-theme
Requires
- php: >=7.1
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2025-03-06 18:20:17 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.json
file undervars[prefix]
if the site is located in a subdirectory. -
Set the project type to
blocks
inpackage.json
file undervars[project]
when developing for WordPress Gutenberg blocks. -
Run
yarn run lint
to lint the project. -
Run
yarn run prettier:fix
to beautify the files.
Install via Composer:
$ composer require ssm/static-boilerplate