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
- Host: GitHub
- URL: https://github.com/gencebay/simpleko
- Owner: gencebay
- Created: 2015-12-15T20:09:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-24T15:54:15.000Z (over 10 years ago)
- Last Synced: 2025-03-03T00:24:04.664Z (over 1 year ago)
- Topics: boilerplate, knockoutjs
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)