The JSX components for Coding Fellowship week 10
# clone the repo into a new directory called blog
git clone [email protected]:develop-me/react-redux-blog-skeleton.git blog
# go into blog directory
cd blog
# install packages
npm install
# run server
npm start