Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 694 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 694 Bytes

Polysite

Application Client UI

Project Structure

├── assets — 
├── public
├── src
│   ├── app
│   ├── components
│   │  └── shared — # React components that are being used across the whole website
│   ├── hooks
│   ├──pages — # React components that are being used specifically on a certain page
│   ├── icons
│   ├── config - # configuration to HTTP request to backend
│   ├── assets
│   ├── utils
│   ├── App.js - # Entrypoint to Client App
│   └── index.js
└── package.json