Skip to content

luvuong-le/simple-webpack-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Webpack Starter

Basic webpack starter setup that makes use of the following

  • BrowserSync
  • SCSS | MiniCssExtractPlugin
  • PostCSS | Autoprefixer
  • Babel JS
  • Mocha | Chai

Usage

   > Install the node modules with "npm install"
   Commands

   > To run any of the following commands use: "npm run command_name"

   test: Will run mocha to test all files that end with .test.js within the src directory

   test:watch Runs the above command using nodemon for reloading

   webpack: Runs webpack to keep track of changes

About

Simple Webpack Starter

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors