/react-heroku-log-viewer

Displays logs for a Heroku app using FixedDataTable; uses immstruct for application state

Primary LanguageJavaScript

react-heroku-log-viewer

View logs for a Heroku app. Built with React, FixedDataTable and immstruct.

Features

  • Displays logs for a Heroku app

Installation

git clone https://github.com/unbracketed/react-heroku-log-viewer.git
cd react-heroku-log-viewer
npm install

Development server

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/

License

Copyright (c) 2015 Brian Luft

MIT (http://www.opensource.org/licenses/mit-license.php)