In Part-1 we discuss about how to install react application and ant design and icons. And how to create login page.
Here I am going to explain how to build react app and use the login page in your application
Import Login page in App.js
import Login from './Authentication/Login'
Add Below line in your App.js
<Login></Login>
To build a react app run below command
npm start
Happy Coding:)

No comments:
Post a Comment