Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 697 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 697 Bytes

Streamr Web

Standard - JavaScript Style Guide CircleCI

Streamr Screenshot

Streamr is a React-Redux SPA deployed to Heroku.

Up and Running

npm install
npm run dev

Then visit localhost:5000.

Production

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

Testing

npm test