/assembler-example

Example project for the Assembler environment.

Primary LanguageCSS

assembler-cli-example

Example project for assembler-cli

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • assembler build or assembler serve

Basic Usage

  • assembler build Builds with basic defaults using 'production' environment.
  • assembler serve Builds the project using 'development' environment, and starts a development server, that watches for file changes.
  • See gulpfile.js
  • See Assembler CLI for more documentation.