1.0.2 • Published 1 year ago

dynamo-starter-auth v1.0.2

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Dynamo Starter Application(Authentication) for Web Application

import logo from './logo.svg'
import './App.css'
import { Login } from 'dynamo-npm'

function App() {
  return (
    <div className="App">
      <Login />
    </div>
  )
}

export default App

Login screen will be rendered

Backend configuration

amplify init
amplify add auth