https://github.com/diegociara/arquitetura
https://github.com/diegociara/arquitetura
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diegociara/arquitetura
- Owner: DiegoCiara
- Created: 2023-04-07T02:17:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T14:07:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T13:15:35.204Z (4 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arquitetura
Modelo de arquitetura de projeto em React JS
composto pelas páginas e seus caminhos:Página inicial:
Sobre
Produto
Solicitação do produto
Solicitação
Confirmação
Confirmação de E-mail
404Arquitetura:
src
assets
components
texts
containers
containers
content
styles
theme
pages
Home
EmailSucess
Acess
Generate
GenerateSucess
About
404Comando:
mkdir src/components; type nul > src/components/Texts.jsx; type nul > src/components/Containers.jsx; type nul > src/components/Cards.jsx; type nul > src/components/NavBar.jsx; type nul > src/components/Footer.jsx; type nul > src/components/Content.jsx; mkdir src/styles; type nul > src/styles/Theme.jsx; mkdir src/pages; mkdir src/pages/home; type nul > src/pages/home/index.jsx; mkdir src/pages/Home/EmailSucess; type nul > src/pages/Home/EmailSucess/index.jsx; mkdir src/pages/Home/Acess; type nul > src/pages/Home/Acess/index.jsx; mkdir src/pages/Home/Acess/AcessRequest; type nul > src/pages/Home/Acess/AcessRequest/index.jsx; mkdir src/pages/Home/Acess/AcessRequest/RequestSucess; type nul > src/pages/Home/Acess/AcessRequest/RequestSucess/index.jsx; mkdir src/pages/Home/About; type nul > src/pages/Home/About/index.jsx; mkdir src/pages/Home/404; type nul > mkdir src/pages/Home/404; type nul > src/pages/Home/404/index.jsx