Skip to content

Pagepro/webpack-es6-boilerplate

 
 

Repository files navigation

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.

About

A Minimal Webpack ES6 boilerplate web application

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 72.0%
  • JavaScript 26.2%
  • HTML 1.8%