Building your first React + Redux Application (#1): Intro and setting up environment

Wondering what the Redux craze is? In this video, I introduce myself, Redux, and the tutorial series. We’ll also setup our environment by installing all the correct NPM packages, set up Gulp, Webpack and Babel. NOTE: I forgot to mention you have to setup a .babelrc file to load the appropriate Babel plugins. Here’s the config
Back to Top