1.0.4 • Published 2 years ago
static-website-template v1.0.4
It uses:
- SCSS with linting and autoprefixer
- JavaScript with webpack using babel and linting
- html partials and minify with post-html
- browser-sync
The compiled files will go to the directory "/dist"
- from
src/scsstodist/index.css - from
src/jstodist/bundle.js - from
src/viewstodist/ - from
src/imagestodist/images
Getting Started
- Install dependencies
npm install- Build resources
npm run build- Watch for changes
npm run watch