Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 372 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 372 Bytes

Webpack + Hybrids boilerplate

Baseline project for Hybrids using Webpack.

Dependencies

Includes minimal preconfiguration for the following tools & modules:

  • Babel
  • ESLint
  • SCSS
  • PostCSS (for autoprefixing)

Usage

To install and launch dev server:

npm install
npm start