Skip to content
This repository was archived by the owner on Apr 9, 2019. It is now read-only.

Latest commit

 

History

History
36 lines (27 loc) · 671 Bytes

File metadata and controls

36 lines (27 loc) · 671 Bytes

Webpack starter

Inspired by James K Nelsons "webpack-black-triangle"

Technologies

  • Gulp
  • Webpack (dev-server, stream)
  • ES6 (babel)
  • React
  • React Router
  • Sass (with necessary loaders)
  • jQuery
  • lodash

Things it does

  • Generates your index.html file from template
  • Compiles your React in bundle.js
  • Extracts your compiled css into main.css
  • Injects bundle.js and main.css references in to index.html
  • Uses karma to run your specs

Entry points

  • src/main.js
  • src/style/main.css
  • src/index.html

Outputs

  • dist/bundle.js
  • dist/bundle.js.map
  • dist/main.css
  • dist/main.css.map
  • dist/index.html