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

https://github.com/dimpu/amazon-cognito-react-sample

Amazon Cognito React Sample
https://github.com/dimpu/amazon-cognito-react-sample

Last synced: 9 months ago
JSON representation

Amazon Cognito React Sample

Awesome Lists containing this project

README

          

# Babel webpack example

To run the example first setup your AWS configuration.

```js
// src/config.js
export default {
region: '',
IdentityPoolId: '',
UserPoolId: '',
ClientId: '',
}
```

Now, you are ready to build this example.

```
npm install
npm run build
npm start // to start local dev server
```

Open browser to try this example.

```
open index.html
```