Simple boilerplate for creating Libraries. Using Babel, Webpack, Karma and ESLint.
- ES2015 (Babel)
- Livereloading (Webpack)
- Testing (Karma + Mocha + Expect)
- Linting (ESLint)
- Library Independant (No React but can be easily included)
- Build (Webpack)
npm run start
npm run test
npm run build
MIT © Duncan Beaton