https://github.com/telmorvf/p012-loginpage_jsreact
= PAGE => Front-Eng Login Page- JavaScript, React vite, css, jsx - Deployment in Github Pages
https://github.com/telmorvf/p012-loginpage_jsreact
css3 github-pages javascript jsx-syntax react vitejs
Last synced: 8 days ago
JSON representation
= PAGE => Front-Eng Login Page- JavaScript, React vite, css, jsx - Deployment in Github Pages
- Host: GitHub
- URL: https://github.com/telmorvf/p012-loginpage_jsreact
- Owner: telmorvf
- License: mit
- Created: 2024-08-16T08:52:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-16T17:48:25.000Z (over 1 year ago)
- Last Synced: 2025-03-16T00:17:47.510Z (10 months ago)
- Topics: css3, github-pages, javascript, jsx-syntax, react, vitejs
- Language: JavaScript
- Homepage: https://telmorvf.github.io/P012-LoginPage_JSReact/
- Size: 4.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create Login Page React
#### The easiest way to get started by far is by using a tool called [Vite](https://vitejs.dev/).
- Dentro da pasta vazia do projeto
- **$ npx create-vite .**
- $ create-vite@5.5.2 Ok to proceed? (y)
- $ Package name: ... p012-loginpage-jsreact
- $ Select a framework: » React
- Select a variant: » JavaScript
- **$ npm install**
- **$ npm run dev**
- Apagar conteudo do file: index.css, App.css, App.jsx, index.html
- Instalar as duas bibliotecas de icons
- **npm install @react-icons/all-files react-icons**
[<./>](__https://www.youtube.com/watch?v=300AFps_XoY&t=927s)