Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hjfeilg/webpack-react-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack傻瓜指南(三)和React配合开发, bootstrap与react整合 https://zhuanlan.zhihu.com/FrontendMagazine/20522487

webpack-react-kit

another simple webpack react starter kit to help you get to know webpack better

Update

Features

  • 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)

Demo

With this demo, you can search the github users with keyword

How to work

install the deps

npm install

run the dev server

npm run dev

then open http://localhost:8080 to see how it works

testing

TODO...

About

Webpack傻瓜指南(三)和React配合开发, bootstrap与react整合 https://zhuanlan.zhihu.com/FrontendMagazine/20522487

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 89.9%
  • CSS 7.4%
  • HTML 2.7%