Basic React app template from Codeacademy React Part I and React Part II This is the culmination of the 5-part Codeacademy tutorial. Has some of this stuff: React and ReactDOM Babel prepopulated package.json Webpack config HTML Webpack Plugin install dependencies: npm install build: npm run build run: npm run start All credit goes to: React Setup, Part I React Setup, Part II React Setup, Part III React Setup, Part IV React Setup, Part V