An open API service indexing awesome lists of open source software.

https://github.com/gregoranders/arts

angular-require-typescript-seed - the AngularJS and RequireJS using TypeScript Seed
https://github.com/gregoranders/arts

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

[![Dependency Status][daviddm-image]][daviddm-url]
[![NPM version][npm-image]][npm-url]
[![Downloads][downloads-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Coverage Status][coverall-image]][coverall-url]
[![License][license-image]][license-url]
[![Release][release-image]][release-url]
[![Tag][tag-image]][tag-url]
[![Node][node-image]][node-url]
[![Issues][issues-image]][issues-url]
[![Gitter][gitter-image]][gitter-url]

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

This project is an application skeleton for a typical [AngularJS](http://angularjs.org/) web app
using [RequireJS](http://requirejs.org/) written in [TypeScript](http://www.typescriptlang.org/).

## Building

In order to build ensure that you have [Git](http://git-scm.com/downloads) and [Node.js](http://nodejs.org/) 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
```

[downloads-image]: http://img.shields.io/npm/dm/angular-require-typescript-seed.svg

[npm-url]: https://npmjs.org/package/angular-require-typescript-seed
[npm-image]: https://badge.fury.io/js/angular-require-typescript-seed.svg

[travis-url]: https://travis-ci.org/gregoranders/arts
[travis-image]: https://travis-ci.org/gregoranders/arts.svg?branch=master

[daviddm-url]: https://david-dm.org/gregoranders/arts
[daviddm-image]: https://david-dm.org/gregoranders/arts.svg

[coverall-url]: https://coveralls.io/r/gregoranders/arts?branch=master
[coverall-image]: https://coveralls.io/repos/gregoranders/arts/badge.svg?branch=master

[gitter-url]: https://gitter.im/gregoranders/arts?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
[gitter-image]: https://badges.gitter.im/gregoranders/arts.png

[license-url]: https://github.com/gregoranders/arts/blob/master/LICENSE
[license-image]: https://img.shields.io/npm/l/angular-require-typescript-seed.svg

[issues-url]: https://github.com/gregoranders/arts/issues
[issues-image]: https://img.shields.io/github/issues-raw/gregoranders/arts.svg

[tag-url]: https://github.com/gregoranders/arts/tags
[tag-image]: https://img.shields.io/github/tag/gregoranders/arts.svg

[release-url]: https://github.com/gregoranders/arts/releases
[release-image]: https://img.shields.io/github/release/gregoranders/arts.svg

[node-url]: https://nodejs.org/
[node-image]: https://img.shields.io/node/v/angular-require-typescript-seed.svg