Skip to content

SeanArmstrong/Webpack-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack-React

Very simple starter kit for React using Webpack. Includes:

Run

npm start

and navigate to http://localhost:8080.

start is a script located in the package.json that runs webpack-dev-server --hot --inline

Specs

Specs can be run using

npm test

This will run all __spec__.js files and generate a coverage report on all js files.

test is a script located in the package.json that runs karma start

Coverage

To open the coverage report. Navigate to the root of the repo and run:

open coverage/PhantomJS\ 1.9.8\ \(Mac\ OS\ X\ 0.0.0\)/index.html

TODO:

  • Review SASS import
  • Flux/Redux/Another Flux

About

Starter kit for React - Webpack - Jasmine Tests w/ Istanbul Coverage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published