An open API service indexing awesome lists of open source software.

https://github.com/hellraiserrob/classicwebapp

Messing around with webpack 2
https://github.com/hellraiserrob/classicwebapp

pug sass webpack

Last synced: 2 months ago
JSON representation

Messing around with webpack 2

Awesome Lists containing this project

README

          

# Webpack seed
A simple development and build seed using webpack

### Features
- webpack
- webpack-dev-server
- eslint
- babel
- pug templates
- mocha / chai test

### Scripts
- npm run dev
- starts development server
- npm run build
- produces a production build
- npm run demo
- serves up the contents of the build for a demo
- npm run test
- runs the mocha / chai tests