https://github.com/kizza/celtic-spirit
https://github.com/kizza/celtic-spirit
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kizza/celtic-spirit
- Owner: kizza
- Created: 2024-04-20T05:11:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T05:13:19.000Z (about 1 year ago)
- Last Synced: 2025-02-17T04:41:26.911Z (4 months ago)
- Language: TypeScript
- Size: 5.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```