Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-baleine/todo-component-example
todo-component-example
https://github.com/p-baleine/todo-component-example
Last synced: 21 days ago
JSON representation
todo-component-example
- Host: GitHub
- URL: https://github.com/p-baleine/todo-component-example
- Owner: p-baleine
- Created: 2012-12-10T11:20:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-27T00:27:29.000Z (almost 12 years ago)
- Last Synced: 2024-04-15T19:02:03.639Z (7 months ago)
- Language: JavaScript
- Size: 252 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# todo-component-example [![Build Status](https://travis-ci.org/p-baleine/todo-component-example.png?branch=master)](https://travis-ci.org/p-baleine/todo-component-example)
Another Todo app example component.
## Installation
install `component(1)`:```bash
$ npm install -g component
```install npm module and component dependencies:
```bash
$ npm install
$ make
```## Running the app
```bash
$ node app
```## Running tests
```bash
$ make test
```## License
MIT