static-website-template
v1.0.4
Published
Local security server client api.
Downloads
4
Readme
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/scss
todist/index.css
- from
src/js
todist/bundle.js
- from
src/views
todist/
- from
src/images
todist/images
Getting Started
- Install dependencies
npm install
- Build resources
npm run build
- Watch for changes
npm run watch