/Webpack-boilerplate

Boilerplate for a React, es6 project running on Webpack

Primary LanguageJavaScript

ES6, React, Webpack boilerplate

This is a minimal boilerplate to help get up and running quickly with React and es6 running on webpack. Unit tests running on Mocha, Chai and Enzyme.

Pull the repo and then run npm install followed by npm start. This will kick a webpack dev server off, available at:

http://localhost:1111/
// webpack-dev-server
http://localhost:1111/webpack-dev-server/bundle

npm run test to run unit tests.