wklsh / webpack-html

Webpack + SCSS Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack + SCSS Framework

Dependencies

Quick start

Clone and install in your local directory.

Getting Started

  • If running for the first time: npm install
  • To run in Development: npm run build
  • To obtain Production build: npm run build:prod

Structure of the project

src - Where the working files are

staging - Contains the staging build, you do not edit the files here

dist - Contains the production build, you do not edit the files here - generated by running npm run build:prod

About

Webpack + SCSS Framework


Languages

Language:JavaScript 52.2%Language:CSS 43.8%Language:HTML 4.0%