vlada-j / Webpack-Site-Setup

Webpack setup for front-end development of simple website. From ES6 and SCSS to ES5 and CSS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webpack-Site-Setup

Webpack setup for front-end development of simple website. From ES6 and SCSS to ES5 and CSS.

Installation

Clone repo

# clone the repo
$ git clone https://github.com/vlada-j/Webpack-Site-Setup.git

# go into repo directory
$ cd Webpack-Site-Setup

# install repo dependencies
$ npm install

Usage

# build js and css
npm run build

# watch files (js and scss) for changes then build 
npm run watch

About

Webpack setup for front-end development of simple website. From ES6 and SCSS to ES5 and CSS.

License:MIT License


Languages

Language:HTML 84.0%Language:JavaScript 11.1%Language:SCSS 4.9%