3.0.3 • Published 2 years ago

david-auth-mui-register v3.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Getting Started with Create React App

This project was Created by Material Ui with npm add -D typescript react react-dom @types/react

Available Scripts

In the project directory, you can run:

npm i david-auth-mui-register

The packages will added to the node_modules

Then import where you want in the component tree, like below. import {Auth} from david-auth-mui-register;

Add the component to the TSX element. const App = ()=>{<> <AUTH/> </>}.

npm start

Runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will see Register Page component in the browser.