A hyper-minimal react redux boilerplate, focused on nice async actions.
I wanted to create a super minimal react redux boilerplate without adding all the fluff of many other boilerplates. Many other boilerplates include dozens and dozens of extra, plugins and dependencies. shrimp was designed to keep just the basics, without any other fluff.
In addition, I wanted to create a flexible boilerplate that allowed me to incorporate an express backend without worrying about proxying or creating a separate server.
git clone https://github.com/hcjk/shrimp.git
cd shrimp
yarn && yarn dev
git clone https://github.com/hcjk/shrimp.git
cd shrimp
yarn && yarn start
Copyright (c) 2017 Henry Kaufman, licensed under the MIT license. See LICENSE for more information.