Skip to content

manjuk1/react-ecomm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-ecomm : A sample react app

Tech Stack

A Sample react app built using the following stack

react + redux + Webpack + babel

PS: This project structure was built ground up, create-react-app could be used to get the basic react app up and running in seconds...

Unit Testing framework

Following tools integrated for unit testing of redux container components, action creators and reducers.

Karma + Jasmine + enzyme

PS: Redux saga testing is pending

Coverage report using Karma coverage

karma-coverage

Command to get the coverage report

./node_modules/karma/bin/karma start karma.conf.js --browsers=Chrome --single-run=false --debug

Unwated plugins imported

npm install --save-dev redux-test-utils -> Unused

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published