A simple todo list app.
# install dependencies
yarn install
# to start deving with livereload site at http://localhost:4201
yarn run start
# build for production with minification
yarn run build
- src/app/api:后台接口定义
- src/app/config:应用的配置文件
- src/app/layout:应用的布局框架
- src/app/routes:路由配置、页面文件
- src/app/shared:应用的共享文件,如:style文件、UI组件
- src/app/store:redux 相关文件
- src/app/template:文件、组件的模板文件
- src/assets:语言包、icon font、图片资源
- src/environments:生产、测试环境的配置文件
- src/app/material:导入 material 组件
- src/app/utils:工具类