Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 604 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 604 Bytes

Webpack Config for Sass and vanilla.js projects

Guide:

Clone the repository:

$ git clone https://github.com/FaidonKourounakis/webpack-config.git

Install dependencies

$ npm install

Start live-server:

$ npm run start

Build the minified files (in /dist folder):

$ npm run start

Notes

  • Do not edit the src/bundle.js
  • Import sass files/styles in src/sass/main.scss
  • Import JS files/scripts in src/scripts/main.js

Portfolio Website: faidon.kourounakis