https://github.com/kizza/serverless-react-app
A simple react-app scaffold via serverless
https://github.com/kizza/serverless-react-app
Last synced: 8 months ago
JSON representation
A simple react-app scaffold via serverless
- Host: GitHub
- URL: https://github.com/kizza/serverless-react-app
- Owner: kizza
- Created: 2020-03-18T12:25:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:39:16.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T04:41:26.212Z (10 months ago)
- Language: TypeScript
- Size: 6.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless React App
In an effort to understand serverless and aws technologies better - this is a simple serverless react app.
**Bootstrap**
```
yarn
yarn start
```
**Deploy (to aws with serverlsss)**
```
yarn deploy
```
Requires `.env` file containing
```
AWS_ACCESS_KEY_ID=********************
AWS_SECRET_ACCESS_KEY=********************
```
**Destroy deployed resources**
```
yarn destroy
```