This is mostly a playground for me to test technologies and techniques in the react/redux ecosystem. Feel free to clone and try it out yourself!
Based on the freeCodeCamp Quote Generator Project.
- Installation: clone the
master
branch then runnpm install
- Tests:
npm run test
ornpm run test:watch
(to rerun tests on save) - Dev-Server:
npm run start
- Uses Webpack for module bundling.
- Uses Karma, mocha and chai for testing.
- Uses Airbnb Enzyme to test react components.