Skip to content
/ react Public

React/Redux powered multi-step bag & checkout ecommerce journey used as a living learning exercise

Notifications You must be signed in to change notification settings

msanigar/react

Repository files navigation

React app

Learning React JS, React-Router, Redux, Karma (& Mocha/Chai)

Set up

Clone: https://github.com/myles91/react

cd React

npm i -g webpack karma-cli mocha
npm i
gulp

Tests

Chrome and IE seem to run off the shelf, however FireFox and Safari often require "linking".

npm install karma-firefox-launcher --save-dev --link
npm install karma-safari-launcher --save-dev --link

Single run, headless:

gulp test

Watch tests, headless:

gulp test:watch

Single run, all browsers:

gulp test:browsers

About

React/Redux powered multi-step bag & checkout ecommerce journey used as a living learning exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published