A seed project for AngularJS apps written in TypeScript.
This project is heavily inspired by angular2-seed
- AngularJS 1.4.x
- Angular New Router (out-of-date, awaiting angularjs 1.5.x with the new router to update)
- SystemJS
- mocha
- chai
- sinon
git clone https://github.com/ludohenin/angularjs-ts-seed
cd angularjs-ts-seed
npm install
# If you don't have gulp already installed
npm install -g gulp
# dev
gulp serve.dev
# prod
gulp serve.prod
# test
gulp testThere are some TypeScript errors related to chai.d.ts (expect not found) and node.d.ts dependency of mocha.d.ts.
MIT