centagon/centagon-prototype

There is no license information available for the latest version (dev-master) of this package.

A boilerplate for prototyping html / scss

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Language:HTML

Type:package

dev-master 2018-04-26 10:11 UTC

This package is auto-updated.

Last update: 2024-03-29 03:50:48 UTC


README

This project is used for prototyping the HTML/SCSS for a new project

Requirements

  • Composer
  • Bower
  • NPM / Node

Setup

Run the following commands:

composer install

bower install

npm install

Usage

You can run the following commands to bundle js/scss

npm run dev

To watch changes in your js/scss

npm run watch

To watch minify css & js

npm run production