A dApp using TestRPC
git clone https://github.com/ledgerlabs/dapp-testrpc/tree/master
cd dapp-testrpc
npm install
npm run testrpc
npm start
This allows you to develop Ethereum smart-contracts while running a node that simulates an Ethereum protocol node, while not actually being one.