Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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