Let’s talk about the Future of Jamstack — Join us
adm-dev-kit
33
stars
4
forks
5
issues
- Home page
-
https://github.com/iamfrntdv/adm-dev-kit
- Repository
-
iamfrntdv/adm-dev-kit
- Language:
- JavaScript
- License:
- MIT
- Templates:
- Pug
Features
Main features are:
- component driven development;
- not a SPA (single page application);
- no extra configuration required, works out of box;
- js and css per page, no global files for entire project;
- server and build environment.
Development features:
- server;
- basic routes;
- pug as template engine, markdown also supported;
- posthtml for validating html;
- jspm as third party js package manager, also gives ability to use es6;
- postcss as css pre/post-processor;
- browser-sync for browser reloading;
- my-ip-ui for quick access to project on other devices;
- linters for js and css, there is also pre-commit hook for linting.
Build features:
- automated gulp tasks, no need to configure. gulp tasks help to make project production ready;
- lint tasks
- every project’s page has it’s own html, js and css files.
Find more static site generators.