Skip to content

uvalmsick/chayns-es6-angular-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for chayns using Angular and ECMAScript 2015

This is a template for writing chayns Tapps using AngularJS and ECMAScript 2015.

Installation

  1. git clone https://github.com/rherwig/chayns-es6-angular-template.git
  2. npm i to install dependencies
  3. git remote set-url <your_repository>
  4. gulp to run dev server

Building and Deployment

You can use gulp build to bundle, uglify and copy the distribution files to dist directory. The appcache.manifest is automatically invalidated by doing so.

gulp deploy:qa and gulp deploy:release will publish the dist folders contents to the qa/release path. Before using that feature, ensure that the RELEASE_PATH and QA_PATH inside the gulpfile are set accordingly.

About

Boilerplate for starting chayns Tapps using AngularJS and ES6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published