谦虚的待办事项应用
这是我的待办事项应用程序。 有很多类似的东西,但这是我的。 我将此应用程序用作迈向Trello克隆和错误跟踪器等更高级应用程序的垫脚石。
克隆仓库
$ git clone https://github.com/aaronrine/todo-list.git
$ cd todo-list
本地发展
$ yarn install
$ yarn start
使用Docker部署
$ docker build -t todo .
$ docker run -d --name todo