Streamr is a React-Redux SPA deployed to Heroku.
npm install
npm run dev
Then visit localhost:5000.
In production, the site runs on Express and just uses the history API fallback middleware. To run in production:
export NODE_ENV=production
npm run dist
npm start
npm test