Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
A base for projects built with KnockoutJS and Typescript
- Host: GitHub
- URL: https://github.com/crissdev/kotsbp
- Owner: crissdev
- License: mit
- Created: 2015-07-04T11:28:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-04T11:35:29.000Z (over 9 years ago)
- Last Synced: 2023-04-10T00:00:29.897Z (over 1 year ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)