Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 307 Bytes

File metadata and controls

9 lines (6 loc) · 307 Bytes

Webpack-empty-template

This is a basic and empty project with npm, webpack, HtmlWebpackPlugin and MiniCSSExtractPlugin.

Getting Started

  • npm run start: Launch project in your localhost with live reload
  • npm run build: Generate project in .build folder
  • npm run test: Run unit testing