An open API service indexing awesome lists of open source software.

https://github.com/diegociara/arquitetura


https://github.com/diegociara/arquitetura

Last synced: 2 months ago
JSON representation

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
404

Arquitetura:

src
assets
components
texts
containers
containers
content
styles
theme
pages
Home
EmailSucess
Acess
Generate
GenerateSucess
About
404

Comando:

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