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

https://github.com/fflorent/grainjs_todolist

Exercise for myself with grainjs
https://github.com/fflorent/grainjs_todolist

Last synced: about 1 year ago
JSON representation

Exercise for myself with grainjs

Awesome Lists containing this project

README

          

# Simple TodoList (an exercise for myself)

## Open the todo list

The TODO list is located at: `./dist/index.html`

## Setup

```bash
$ npm install
```

## Build

One shot:
```
$ npm run build:dev
```

Watch mode:
```
$ npm run build:watch
```