This quick start guide will teach you how to wire up TypeScript with React and webpack . We assume that you're already using Node.js with npm . Lay out the project Let's start out with a new directory. We'll name it proj for now, but you can change it to whatever you want. To start, we're going to structure our project in the following way: proj/ +- src/ | +- components/ | +- dist/ TypeScript file