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

Starter kit for react/webpack/sass/karma

Notifications You must be signed in to change notification settings

net-engine/react-webpack-starter

Repository files navigation

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

About

Starter kit for react/webpack/sass/karma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published