Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1.9 KB

README.md

File metadata and controls

60 lines (44 loc) · 1.9 KB

Webpack ES6 boilerplate

Requirements

  1. node v8.12.0 or later
  2. yarn

Features

Getting started

Two simple steps to start:

  1. Install the required libraries.
    yarn start
  2. Install the dependencies if you don't already have them.

Usage

Start Dev Server

To develop using Webpack ES6 boilerplate, run:

yarn start

Commands

  • yarn start - start the dev server
  • yarn run build - create build in dist folder (remember to run it before commit)
  • yarn run lint - run an ESLint check
  • yarn run coverage - run code coverage and generate report in the coverage folder
  • yarn test - run all tests
  • yarn run test:watch - run all tests in watch mode

Licence

webpack-es6-boilerplate is available under MIT.