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
- Host: GitHub
- URL: https://github.com/progfay/simple-todo-list
- Owner: progfay
- Created: 2019-05-05T16:06:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T09:35:57.000Z (over 6 years ago)
- Last Synced: 2025-01-30T20:15:58.770Z (11 months ago)
- Language: JavaScript
- Homepage: https://simple-todo-list.progfay.now.sh
- Size: 237 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple TODO List

## 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
```