Template for building applications using ES2015+, webpack, React and Flow with hot module reloading.
- Install node.
- Clone repo
git clone [email protected]:briandipalma/wp-r-template.git
- Run
npm i
- Run
npm start
- Navigate to http://localhost:8080/
Edit the App
component and you should see your changes reflected in the browser.