# Developing a Redux Edge
This repo holds supplementary material for the Developing a Redux Edge book's basic renderer.
Browse the tags.
When you get into a new tag, e.g.: git checkout 1
, you need to install the dependencies through
npm install
before you can run the code with npm start
.