https://github.com/akira-cn/todolist-thinkjs
Simple GTD-style todo list.
https://github.com/akira-cn/todolist-thinkjs
Last synced: 2 months ago
JSON representation
Simple GTD-style todo list.
- Host: GitHub
- URL: https://github.com/akira-cn/todolist-thinkjs
- Owner: akira-cn
- Created: 2017-05-05T06:50:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T07:56:51.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T22:11:50.393Z (4 months ago)
- Language: HTML
- Size: 884 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Application created by [ThinkJS](http://www.thinkjs.org)
## Install dependencies
```
npm install
```## Start server
```
npm start
```## Github Authority
visit http://localhost:8360/
## Deploy with pm2
Use pm2 to deploy app on production enviroment.
```
pm2 startOrReload pm2.json
```