Dead simple, Javascript Fatigue Proof React + Webpack starter kit. Though you should only use it for development.
Yep. Just follow these few steps:
- Clone this repo:
git clone https://github.com/Kaveckas/react-webpack-starter.git
- Enter the folder & install dependencies:
cd react-webpack-starter && npm install
- Start Webpack Dev Server with
npm start
- Enter
http://localhost:8080
in your browser
May the force be with you...