Skip to content
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.

Latest commit

 

History

History

babel-webpack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Babel webpack example

To run the example first setup your AWS configuration.

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

Now, you are ready to build this example.

npm install
npm run build

Open browser to try this example.

open index.html