Skip to content

gitter-badger/angularjs-jspm-seed

 
 

Repository files navigation

Angular JSPM Seed

Build Status

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.

Get started

  1. git clone https://github.com/davinkevin/angularjs-jspm-seed.git
  2. npm start

Scripts

  • npm run build generates prod ready source files in ./dist
  • npm run release --type "major|minor|patch" bumps version in package.json, updates CHANGELOG.md, git tag and push
  • npm run sass transpiles sass source files to css
  • npm run serve starts browser-sync and serves dev files
  • npm run serve-prod serves files in ./dist folder
  • npm run test-tdd starts karma and watch for changes to play tests
  • npm run test installs dependencies and executes unit tests

Resources

License

http://www.apache.org/licenses/LICENSE-2.0

About

A example seed for AngularJS and JSPM project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.0%
  • HTML 4.0%