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

https://github.com/progfay/simple-todo-list

Simple TODO List Application
https://github.com/progfay/simple-todo-list

Last synced: 9 months ago
JSON representation

Simple TODO List Application

Awesome Lists containing this project

README

          

# Simple TODO List

![thumbnail](https://gyazo.com/348ed44d71c2604ddfa2858e3a770aeb.png)



https://simple-todo-list.progfay.now.sh

## Usage

```sh
# update sw.js
$ npm run sw

# export files for /dist
$ npm run build

# build server as development env
$ npm run dev

# build server as production env
$ npm start

# deploy for △Now
$ npm run deploy
```