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
- Host: GitHub
- URL: https://github.com/smithclay/calming-metrics
- Owner: smithclay
- Created: 2016-11-09T22:41:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T23:35:13.000Z (over 9 years ago)
- Last Synced: 2025-02-08T16:43:47.990Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## calming-metrics
Example React.js frontend for Infrastructure metrics fetched using New Relic Insights.

### 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).