Skip to content

Latest commit

 

History

History
101 lines (68 loc) · 2.69 KB

README.md

File metadata and controls

101 lines (68 loc) · 2.69 KB

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