https://github.com/bobbyquennell/reactkatas
a simple example of react project with Redux, CSS Modules, Thunk, SASS, Jest, etc.
https://github.com/bobbyquennell/reactkatas
babel css-modules enzyme jest react react-router-v4 redux sass webpack
Last synced: 2 months ago
JSON representation
a simple example of react project with Redux, CSS Modules, Thunk, SASS, Jest, etc.
- Host: GitHub
- URL: https://github.com/bobbyquennell/reactkatas
- Owner: bobbyquennell
- Created: 2017-07-02T23:16:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T01:48:23.000Z (over 8 years ago)
- Last Synced: 2025-01-24T18:45:57.980Z (over 1 year ago)
- Topics: babel, css-modules, enzyme, jest, react, react-router-v4, redux, sass, webpack
- Language: JavaScript
- Homepage: https://bobbyquennell.github.io/reactkatas
- Size: 1.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/bobbyquennell/reactkatas)
React Sample Project (React Katas)
===================
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).
#### UI/State Management
react + redux + thunk
#### Styling
sass(scss) + css modules
#### New Age JavaScript
ES2015 with Babel
#### Package management
yarn/npm
#### Linting
ESLint + Stylelint
#### Static Typing
Flow
#### Build System
Webpack
#### Testing
Jest + Enzyme
#### Continuous Integration
Travis CI
#### Hosting
Github Pages