文件名称:用户认证React
文件大小:35KB
文件格式:ZIP
更新时间:2024-03-13 01:47:36
JavaScript
使用reactJs进行用户身份验证 该项目提供登录和注册功能。 该项目使用了托管的。 这利用了 终点: / 渲染器主页,用户登录后将渲染。 /login 将呈现登录页面 /signup 将呈现注册页面 下载并运行项目 克隆存储库,打开终端并运行 git clone https://github.com/AdityaRawEngg/user-authentication-react.git 下载完成后转到项目目录 cd user-authentication-react 然后跑 npm install 这将安装项目4的所有依赖项。运行项目 npm run start 创建构建文件 npm run build 现场演示 该应用程序托管在 Create React App入门 该项目是通过。 可用脚本 在项目目录中,可以运行: npm start 在开发模式下运行应用程序。 打开在浏览器
【文件预览】:
user-authentication-react-master
----package.json(920B)
----src()
--------App.css(564B)
--------index.js(566B)
--------constants()
--------reportWebVitals.js(362B)
--------routes()
--------logo.svg(3KB)
--------pages()
--------App.test.js(246B)
--------setupTests.js(241B)
--------components()
--------App.js(120B)
--------styles()
--------index.css(402B)
----.gitignore(341B)
----public()
--------logo192.png(5KB)
--------manifest.json(492B)
--------robots.txt(67B)
--------index.html(2KB)
--------logo512.png(9KB)
--------favicon.ico(4KB)
----README.md(4KB)