My personal very simple web development kickstarting framework using npm as build tool. Heavily inspired by Keith Cirkels great Article on th subject.
Clone the entire folder to it's desired new habitat and run npm install from there. Now you can activate the catastrophe with npm start.
Not that much actually
- watch the
inz/styldirecotry and on any file system chage parses and autoprefixesmain.stylintoouz/haz/css/main.css - watch the
inz/jsdirectory and simply concatenate all files there inouz/haz/js/main.js - automatically refresh the browser papge on changes in the
ouz/dir.
However the lag between saving a file and seeing the refresh magic happen is rather unsatisfactory.
- find a more sophisticated approach to optimized modular javascript that I like
- try to make everything faster
- make a production build routine
- make it more versatile but keep it simple