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
- Host: GitHub
- URL: https://github.com/dimpu/amazon-cognito-react-sample
- Owner: dimpu
- Created: 2017-09-29T19:27:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T19:29:15.000Z (over 8 years ago)
- Last Synced: 2025-02-15T23:42:19.167Z (11 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```