Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 537 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 537 Bytes

Boilerplate JavaScript/TypeScript React Next Js Application with Congito AWS

Clone this repo and then install it with this command.

npm i 

Configuring cognito

Follow steps of creating a Cognito APIs in this article

https://ehsangazar.com/developing-authentication-with-cognito-and-javascript-apps-bbf3686612e7

Then you can configure the Configs/Cognito.config.js

and for running the app use

npm run dev

As simple as that you have developed login/register/forget/reset/logout scnearios with React,Typescript