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 install
run the dev server
npm run dev
then open http://localhost:8080 to see how it works
testing
TODO...