matwerber1 / aws-tester-project

Contains various widgets that I use to test things on AWS...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon Cognito UI Tester

Demo

https://matwerber1.github.io/aws-tester-project

Local Deployment

  1. Clone this project
git clone https://github.com/matwerber1/amazon-cognito-ui-tester.git
  1. Install dependencies
npm install
  1. Run local version of the web UI
npm run start

Publishing a github.io webpage

This optional step allows you to publish your site to GitHub.io. This project's dependencies include react-gh-pages, which makes it a breeze to publish to github.io.

  1. Complete the Local Deployment steps above to make sure things are working as expected.

  2. Open package.json and edit the replace YOUR_GIT_USERNAME and YOUR_REPOSITORY_NAME with proper values:

"homepage": "https://YOUR_GIT_USERNAME.github.io/YOUR_REPOSITORY_NAME",
  1. Build the web app app, publish to a gh-pages branch:
npm run deploy

Read more about how this works at react-gh-pages.

About

Contains various widgets that I use to test things on AWS...


Languages

Language:JavaScript 93.8%Language:HTML 5.1%Language:CSS 1.1%