0.0.8 • Published 9 years ago

angular-require-typescript-seed v0.0.8

Weekly downloads
5
License
BSD-3-Clause
Repository
github
Last release
9 years ago

Dependency Status NPM version Downloads Build Status Coverage Status License Release Tag Node Issues Gitter

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.git

Change to the arts directory:

cd arts

Run build:

npm build

Run tests:

npm test

NPM

npm install angular-require-typescript-seed

Change to the arts directory:

cd node_modules/angular-require-typescript-seed

Run tests:

npm test