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

https://github.com/kizza/celtic-spirit


https://github.com/kizza/celtic-spirit

Last synced: 22 days ago
JSON representation

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
```