another simple webpack react starter kit to help you get to know webpack better
- using new React Hot Loader 3 (https://github.com/gaearon/react-hot-loader) to replace deprecated react-hmre (https://github.com/gaearon/react-transform-hmr)
- using Enzyme to replace karma test launcher (TODO)
- add ESlint with (airbnb react plugin) to validate JSX style(TODO)
- Hot Module Replacement for React Component
- Babel for js/jsx processing
- Bootstrap4 framework with SCSS support
- Testing with Enzyme (TODO)
- ESlint to validate JSX style (TODO)
With this demo, you can search the github users with keyword
install the deps
npm installrun the dev server
npm run devthen open http://localhost:8080 to see how it works
testing
TODO...