0.0.1 • Published 7 years ago

koc-todo v0.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

koc-todo

construction

├── README.md
├── client
│   ├── css
│   │   ├── config.styl
│   │   ├── images
│   │   │   └── store images here
│   │   │  
│   │   └── lib
│   │       ├── defaults.styl
│   │       └── styles.styl
│   ├── index.html
│   ├── index.js
│   └── js
│       ├── app.js
│       ├── controllers
│       │   └── hbs
│       │       ├── eq.js
│       │       └── not_eq.js
│       ├── lib
│       │   └── jquery.js
│       └── views
│           ├── view.hbs
│           └── partials
│               └── store partials here
├── package.json
├── postcss.config.js
├── release
│   ├── bundle
│   │   ├── bundle.css
│   │   ├── bundle.js
│   │   └── images
│   │       └── placeholder-weapon.svg
│   └── index.html
└── webpack.config.js