Skip to content

web app skeleton, with spapp, doT template libs, grunt

License

Notifications You must be signed in to change notification settings

lduboeuf/skeleton-web-app

Repository files navigation

skeleton-web-app

web app skeleton with spapp

use grunt for app production and spapp generator

  git clone https://github.com/lduboeuf/skeleton-web-app.git
  cd skeleton-web-app
  npm install

##build

 grunt build:dev #will copy all files to dist/dev folder
 grunt build:prod #will output minified, compressed files in dist folder and launch tests

##add a template/controller

 grunt spapp_generator:new --name=folder/controller_name

##test

 grunt test:src #to test in src folder
 grunt test:prod #to test in dist folder