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
- Host: GitHub
- URL: https://github.com/hellraiserrob/classicwebapp
- Owner: hellraiserrob
- Created: 2017-06-20T14:44:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T13:25:09.000Z (almost 9 years ago)
- Last Synced: 2025-01-22T04:42:35.882Z (over 1 year ago)
- Topics: pug, sass, webpack
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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