An opinionated starter kit that combines:
Clone the Repo
git clone https://github.com/masonforest/truffle-react-redux-starter-kit.git
Install and run testrpc.
npm install -g ethereumjs-testrpc
testrpc
Deploy the contracts:
truffle compile
truffle migrate
And start the server:
npm start