Skip to content

ludohenin/angularjs-ts-seed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A seed project for AngularJS apps written in TypeScript.

This project is heavily inspired by angular2-seed

Features

  • AngularJS 1.4.x
  • Angular New Router (out-of-date, awaiting angularjs 1.5.x with the new router to update)
  • SystemJS

Unit tests

  • mocha
  • chai
  • sinon

How to start

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 test

Note

There are some TypeScript errors related to chai.d.ts (expect not found) and node.d.ts dependency of mocha.d.ts.

License

MIT