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

https://github.com/crissdev/kotsbp

A base for projects built with KnockoutJS and Typescript
https://github.com/crissdev/kotsbp

Last synced: 8 months ago
JSON representation

A base for projects built with KnockoutJS and Typescript

Awesome Lists containing this project

README

          

# kotsbp

> KnockoutJS + Typescript boilerplate

**WIP** A base for projects built with KnockoutJS and Typescript.

## Application Structure

ROOT
|__app/
|
|__typings/
|
|__index.html

## Run this template

```sh
# Install node.js dependencies
npm install

# Install app dependencies
jspm update

# Launch the application
npm start
```

## Tests

Test suites are defined next to source files and they have `.spec.ts` extension.

## License

MIT © [Cristian Trifan](http://crissdev.com)