qmmr / yab

Yet Another Boilerplate - react, webpack, karma, mocha, chai, enzyme, css-modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YAB - Yet Another Boilerplate

Boilerplate for kick starting a project with the following technologies:

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

Yet Another Boilerplate - react, webpack, karma, mocha, chai, enzyme, css-modules


Languages

Language:JavaScript 97.9%Language:HTML 1.4%Language:CSS 0.6%