@guise/skeleton
v0.1.0
Published
Guise™ Skeleton: The simple, semantic, bare-bones CSS to hold your site together.
Downloads
10
Maintainers
Readme
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