An open API service indexing awesome lists of open source software.

https://github.com/dsingleton/deploy-lag-radiator-react

A react reimplementation of `deploy-lag-radiator`
https://github.com/dsingleton/deploy-lag-radiator-react

Last synced: about 2 months ago
JSON representation

A react reimplementation of `deploy-lag-radiator`

Awesome Lists containing this project

README

          

# Deploy Lag Radiator (React) [![Build Status](https://travis-ci.org/dsingleton/deploy-lag-radiator-react.svg?branch=master)](https://travis-ci.org/dsingleton/deploy-lag-radiator-react)

A reimplementation of my '[deploy-lag-radiator](https://github.com/dsingleton/deploy-lag-radiator)' information radiator, using [React](https://facebook.github.io/react/).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.

### `npm run storybook`

Runs Storybook app - a UI development environment for React components. Open [http://localhost:9009](http://localhost:9009) to view it in the browser.

### `npm run build`

Builds the app for production to the `build` folder. It correctly bundles React in production mode and optimizes the build for the best performance.

## Create React App

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). The latest guide for working with it is [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md), and can be [ejected](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-eject) as a dependency.