expack: Express and Webpack Boilerplate

Expack is a basic Express and Webpack boilerplate featuring ES6 + babel transpilation, ESLint linting, Hot Module Reloading (HMR), and Jest testing framework. Expack supports two build modes: development and production. When you run `npm run buildDev`, JavaScript, HTML, and CSS files are not minified or mangled, which means they can be easily inspected in the Chrome Dev Tools. HMR is enabled via webpack-dev-middleware and webpack-hot-middleware. When running `npm run buildProd`, all JavaScript, HTML, and CSS files will be minimized and mangled; images will also be directly embedded as Base64-encoded strings into CSS files to reduce server image file calls.
zip 文件大小:219.32KB