Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 786 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 786 Bytes

react-webpack-starter

Dead simple, Javascript Fatigue Proof React + Webpack starter kit. Though you should only use it for development.

Includes

Is it really that simple?

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