Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 338 Bytes

Readme.md

File metadata and controls

15 lines (12 loc) · 338 Bytes

React WebPack Boilerplate

Setting Up

git clone [email protected]:Dmitry1007/react-webpack-base-boilerplate.git
cd react-webpack-base-boilerplate
npm install
npm start
open http://localhost:8080/

Now edit app/components/Note.jsx or app/main.css Your changes will appear without reloading the browser!