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

https://github.com/gencebay/simpleko

Simple yeoman knockout template generator
https://github.com/gencebay/simpleko

boilerplate knockoutjs

Last synced: about 1 month ago
JSON representation

Simple yeoman knockout template generator

Awesome Lists containing this project

README

          

# Simple Yeoman Knockout Generator

Generates a starting point for a Knockout application.

## Prerequisites:
- Install [git](https://help.github.com/articles/set-up-git/)
- Install [node.js](https://nodejs.org/en/)

## Installation:
Install dependencies:

npm install -g yo bower gulp

Create an application folder /path/your/app and enter into.

npm install -g generator-simpleko
yo simpleko

## Issues:
1- [How to fix bower ECMDERR](http://stackoverflow.com/questions/21789683/how-to-fix-bower-ecmderr)