Skip to content

erizocosmico/react-es6-webpack-karma-boilerplate

 
 

Repository files navigation

NOT MAINTAINED: React ES6 Webpack Karma Boilerplate

Use create-react-app instead

Boilerplate for kick starting a project with the following technologies:

The various webpack options used have been explained in detailed as comments in the config file. Should help with understanding the nitty-gritty :)

Based on react-es6-webpack-boilerplate.

Usage

npm install
npm start
# Open http://localhost:5000

Linting

ESLint with React linting options have been enabled.

npm run lint

Testing

Start Karma test runner.

This will run the tests only one, ideal for CI (travis and such).

npm test

This will auto watch all files for changes and rerun the tests. Ideal for development.

npm run test_watch

About

NOT MAINTAINED: Lightweight boilerplate for kick starting a React Project with ES6 (Babel) and Hot reloader using Webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.1%
  • HTML 1.9%