# todolist **Repository Path**: he-zhiyong/todolist ## Basic Information - **Project Name**: todolist - **Description**: Some demo implementation of todolist and related dev-tools integration. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://gitee.com/he-zhiyong/todolist - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-03-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TodoList Some demo implementation of todolist and related dev-tools integration. ## TodoList demo preview [GitHub website preview](https://he-zhiyong.github.io/todolist) or [Gitee website preview](http://he-zhiyong.gitee.io/todolist) ## Build Setup ``` bash # Switch to the todolist-name file directory cd todolist-name # install dependencies npm install # serve with hot reload at localhost:3000 npm run start # build for production with minification npm run build ```