Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crissdev/ko-es6-hello
Simple Hello World using Knockout Components and ES6
https://github.com/crissdev/ko-es6-hello
Last synced: about 2 months ago
JSON representation
Simple Hello World using Knockout Components and ES6
- Host: GitHub
- URL: https://github.com/crissdev/ko-es6-hello
- Owner: crissdev
- License: mit
- Created: 2015-04-24T12:55:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-24T13:09:47.000Z (over 9 years ago)
- Last Synced: 2023-04-10T00:00:29.183Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ko-es6-hello
Just a very simple Hello World using Knockout Components and ES6.
### Run the sample
```sh
git clone https://github.com/crissdev/ko-es6-hello.git
npm install
npm start```