vikingmute / webpack-react-kit

a simple webpack react starter kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

a simple webpack react starter kit


Languages

Language:JavaScript 89.9%Language:CSS 7.4%Language:HTML 2.7%