View logs for a Heroku app. Built with React, FixedDataTable and immstruct.
- Displays logs for a Heroku app
git clone https://github.com/unbracketed/react-heroku-log-viewer.git
cd react-heroku-log-viewer
npm install
This is a react-starter project. Refer to docs for information about configuration and workflow.
# start the webpack-dev-server
npm run dev-server
# wait for the first compilation is successful
# in another terminal/console
# start the node.js server in development mode
npm run start-dev
# open this url in your browser
http://localhost:8080/
Copyright (c) 2015 Brian Luft