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

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

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