A simple blog that lists posts and allows the creation and deletion of posts.
The following assumes that npm
is installed. Checkout this repo, install dependencies,
then start the webpack process with the following:
> git clone https://github.com/chrishodgson/ReactReduxSimpleBlog.git
> cd ReactReduxSimpleBlog
> npm install
> npm start