Skip to content

Webpack starter to get you rolling with ES6 + SCSS so you can start cracking away at tutorials online

Notifications You must be signed in to change notification settings

xavianaxw/webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-starter

Webpack starter to get you rolling with ES6 + SCSS so you can start cracking away at tutorials online

How to start

Install

npm install

Development

npm run dev

Production

npm run production

Features

  • ES6 support
  • SCSS Compiler with Autoprefixer + CSSNano
  • single index.html to render HTML markup
  • images -> jpg|png

Packages Installed

{
  "autoprefixer": "^7.1.1",
  "babel-core": "^6.25.0",
  "babel-loader": "^7.0.0",
  "babel-preset-es2015": "^6.24.1",
  "clean-webpack-plugin": "^0.1.16",
  "css-loader": "^0.28.4",
  "cssnano": "^3.10.0",
  "extract-text-webpack-plugin": "^2.1.2",
  "file-loader": "^0.11.2",
  "html-loader": "^0.4.5",
  "html-webpack-plugin": "^2.28.0",
  "node-sass": "^4.5.3",
  "postcss-loader": "^2.0.5",
  "sass-loader": "^6.0.5",
  "webpack": "^2.6.1",
  "webpack-dev-server": "^2.4.5"
},

Think something is missing?

Create a Pull Request or submit an issue so I can add them in!

About

Webpack starter to get you rolling with ES6 + SCSS so you can start cracking away at tutorials online

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published