Render a React element into the DOM in the supplied container and return a reference to the component (or returns null for stateless components).
Edit: Have you tried using Create React App? I think it’s a lot better than having to worry about the build tools (at least when starting out). Or are you trying to learn webpack? There is also Parcel.js if you haven’t checked it out.