kss-node-template
kss-node-template copied to clipboard
New directory structure
I need to update the repository structure to achieve:
- Release as a package for npm, bower.
- Compile CSS of the template using build system (npm scripts or gulp).
- Automate generating and publishing the demo document.
- Create testing for this template.
Idea:
kss-node-template/
├── src/
│ ├── public/
│ └── index.html
├── archives/
│ ├── kss-node-template-1.0.0.zip
│ └── ...
├── demo/
│ ├── src/
│ └── dist/ --> gh-pages branch
├── test/
├── public/
├── index.html
└── package.json