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`
- Host: GitHub
- URL: https://github.com/dsingleton/deploy-lag-radiator-react
- Owner: dsingleton
- Created: 2017-04-01T08:57:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T21:29:34.000Z (about 9 years ago)
- Last Synced: 2025-03-04T18:28:35.004Z (over 1 year ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy Lag Radiator (React) [](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.