This is a client interface designed to be used with the AWS Cognito service.
- Clone and then install the dependencies:
npm install
- Create a
.env
file with the contents shown in the example file:.env.example
- Run the server:
npm start
more content to follow...