Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateuszsokola/react-to-aws
An example React app deployment to Amazon AWS
https://github.com/mateuszsokola/react-to-aws
aws docker react typescript
Last synced: 23 days ago
JSON representation
An example React app deployment to Amazon AWS
- Host: GitHub
- URL: https://github.com/mateuszsokola/react-to-aws
- Owner: mateuszsokola
- Created: 2021-03-12T09:29:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T09:57:55.000Z (over 3 years ago)
- Last Synced: 2024-10-03T15:53:52.513Z (about 1 month ago)
- Topics: aws, docker, react, typescript
- Language: TypeScript
- Homepage:
- Size: 221 KB
- Stars: 15
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FRED APP (react-to-aws)
An example React app bootstrapped with `create-react-app`. I am using this project is to show alternative way of deployment to AWS. Check my YouTube channel.
## How to run (development mode)
1. Create a `.env.local` file, and paste your FRED API key there.
```
API_KEY=00000000000000000000000000000000
```You can request your api key here: https://research.stlouisfed.org/docs/api/api_key.html
2. Install dependencies and start a dev server
```
yarn install
yarn start
```You can open the app in your browser (http://localhost:3000/)