vikingmute / webpack-react-kit

a simple webpack react starter kit
56 stars 26 forks source link

webpack-react-kit

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

Update

Features

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...