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

https://github.com/smithclay/calming-metrics

react.js frontend for an aws api gateway + lambda backend
https://github.com/smithclay/calming-metrics

Last synced: 11 months ago
JSON representation

react.js frontend for an aws api gateway + lambda backend

Awesome Lists containing this project

README

          

## calming-metrics

Example React.js frontend for Infrastructure metrics fetched using New Relic Insights.

![relaxing_data_from_new_relic_infrastructure_](https://cloud.githubusercontent.com/assets/27153/20505168/fe0262e6-afff-11e6-8b97-ac42f6b3db56.png)

### Requirements

* [Create React App](https://github.com/facebookincubator/create-react-app).
* AWS Account

### Development

To run in development mode, available at http://localhost:3000/

```
npm start
```

### Production Build

Artificats will be placed in the `./build` directory.

```
npm run build
```

### Uploading to S3

Edit `s3-sync.sh` to modify the AWS region and bucket name.

```
npm run deploy
```

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).