components-killki
v1.0.0
Published
create project static webpack + js + sass + pug
Downloads
2
Readme
components killki
Create statutory projects using the SMACSS structure
Features:
- Webpack 4 static module package for applications
- SASS is the CSS extension language
- pug general rendering process
Usage:
- Clone the repo
https://github.com/MiguelRoot/Webpack-Pug-SASS_SMACSS.git cd webpack-pug-sass-js_smacss- Run
npm installto fetch all the dependencies - Run
npm run devto start the webpack-dev-server (localhost:8080 will be opened automatically) - and for production
npm run build
