Seed project using AngularJS 1.x, Babel and SystemJS, with preconfigured text and css plugins. Preconfigured unit tests with Karma / Jasmine and coverage report. Include SASS support, AngularJS annotations, and bundling using JSPM.
git clone https://github.com/davinkevin/angularjs-jspm-seed.gitnpm start
npm run buildgenerates prod ready source files in ./distnpm run release --type "major|minor|patch"bumps version in package.json, updates CHANGELOG.md, git tag and pushnpm run sasstranspiles sass source files to cssnpm run servestarts browser-sync and serves dev filesnpm run serve-prodserves files in ./dist foldernpm run test-tddstarts karma and watch for changes to play testsnpm run testinstalls dependencies and executes unit tests