Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.18 KB

Webpack ES6 boilerplate

A minimalistic Webpack ES6 boilerplate project.

Prerequisites

node npm

Features

Start Dev Server

  1. Run npm install
  2. Start the dev server using npm start
  3. Open http://localhost:8000

Commands

  • npm start - start the dev server
  • npm run build - create build in dist folder
  • npm run lint - run an ESLint check

Licence

boilerplate is available under MIT.