0.1.0 • Published 1 year ago

@guise/skeleton v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Guise™ Skeleton

The simple, semantic, bare-bones CSS to hold your site together.

Guise Skeleton is part of the Guise™ Internet application framework.

Building Guise™ Skeleton

Clean the project and run a full build by invoking:

npm run clean && npm run build

Clean

Removes all build artifacts.

npm run clean

Test

Runs project tests.

npm run test

Build

Performs a full build, including tests, minification, and packaging.

npm run build