In this series I'll give a step-by-step rundown on how to build a simple Weather App using Node, Express.js, Webpack & React (powered by the Dark Sky weather API).
To give you a taste of what we'll be building, here's a demo.

We'll be building the App over the course of a few articles:
- Part 1: Express.js, Webpack and React Setup
- Part 2: Building our Weather API's
- Part 3: Basic React Weather App
- Part 4: React App Finishing Touches
I'll release all of the code behind the articles on Github as we go. The good news is Part 1 is already available, head over to this link to get started!