Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.18 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.18 KB

shrimp 🦐

A hyper-minimal react redux boilerplate, focused on nice async actions.

Demo

Tech Used 🔧

Why did I make this? 🤷‍

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.

Development 💻

git clone https://github.com/hcjk/shrimp.git
cd shrimp
yarn && yarn dev

Production 🛢️

git clone https://github.com/hcjk/shrimp.git
cd shrimp
yarn && yarn start

License

Copyright (c) 2017 Henry Kaufman, licensed under the MIT license. See LICENSE for more information.