/htmlcg-starter

Project structure with samples for a new htmlcg-framework project

Primary LanguageHTMLMIT LicenseMIT

htmlcg-starter

Project structure with samples for a new htmlcg-framework project.

Usage

  • Download latest zip archive from the dist directory.
  • Unpack and place the files in your CasparCG templates directory.

Development

See Installation and setup instructions for Windows in the wiki if below instructions dont make much sense.

Installation

  • git clone <this repository>
  • change into the new directory
  • npm install -g gulp
  • npm install

Building and running

  • Use gulp build to build templates
  • Use gulp serve to build and start local development server with live reload
  • Visit your templates at http://localhost:4200/
  • Use gulp or gulp dist to build distributable file for production

Copyright and license

Copyright (c) 2017 Reto Inderbitzin, MIT