0.0.8 • Published 11 years ago
angular-require-typescript-seed v0.0.8
angular-require-typescript-seed
the AngularJS and RequireJS using TypeScript Seed 0.0.8
This project is an application skeleton for a typical AngularJS web app using RequireJS written in TypeScript.
Building
In order to build ensure that you have Git and Node.js installed.
Manually
Clone a copy of the repo:
git clone https://github.com/gregoranders/arts.gitChange to the arts directory:
cd artsRun build:
npm buildRun tests:
npm testNPM
npm install angular-require-typescript-seedChange to the arts directory:
cd node_modules/angular-require-typescript-seedRun tests:
npm test