1.0.4 • Published 7 months ago

static-website-template v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

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 to dist/index.css
  • from src/js to dist/bundle.js
  • from src/views to dist/
  • from src/images to dist/images

Getting Started

  1. Install dependencies
npm install
  1. Build resources
npm run build
  1. Watch for changes
npm run watch