ssm/static-boilerplate

Static boilerplate which contains a starting static development point for SSM projects

Installs: 1 995

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 1

Language:JavaScript

Type:wordpress-theme

3.1.0 2020-12-10 07:03 UTC

This package is auto-updated.

Last update: 2024-05-10 13:28:49 UTC


README

Static boilerplate which contains a starting static development point for SSM projects.

Uses

Requirements

Getting Started

  1. Install dependencies:
yarn install
  1. Run in development mode:
yarn run start
  1. Or build for production:
yarn run build

Notes

  • Update the URL prefix in the package.json file under vars[prefix] if the site is located in a subdirectory.

  • Set the project type to blocks in package.json file under vars[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