Skip to content

angular-require-typescript-seed - the AngularJS and RequireJS using TypeScript Seed

License

Notifications You must be signed in to change notification settings

gregoranders/arts

Repository files navigation

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