A Simple webpack boilerplate ready for development of new react apps
- Clone / download the repo
- Change name of project in package.json
- If Creating new repo Remove current .git folder (removes me from contributors) THEN run
git init
- Run
npm install
to download all dependencies - Run
npm start
to open a live reloading version at localhost:8080