Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 492 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 492 Bytes

react-webpack-template

This is a simple template for building React apps. Use this to get started, and if you find yourself needing additional features, see my webpack-howto.

How to use this

  • Clone the repo: git clone https://github.com/petehunt/react-webpack-template my-new-project
  • Install the dependencies: cd my-new-project && npm install
  • Start webpack: npm start
  • Add your code to index.js and open index.html