Step by step guide on how to create your own React App from scratch!
Finished Template: react-template
Things to Set up npm webpack babel es6 to es5 (plugin) jsx to es5 (plugin) polyfill ( -> build.js) -babel will transform everything back to a build.js file gulp *.scss -> css http (server lint for js and css Basic Set Up 1) Create new app directory $ mkdir my-app $ cd my-app 2) NPM A package manager for JavaScript.