Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 638 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 638 Bytes

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